mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
include missing header files
this makes the well model and the equil initializer header more autonomous.
This commit is contained in:
parent
40f4a2656f
commit
0a9d6a0760
@ -31,6 +31,7 @@
|
||||
#include "equil/initstateequil.hh"
|
||||
|
||||
#include <ewoms/common/propertysystem.hh>
|
||||
#include <ewoms/models/blackoil/blackoilproperties.hh>
|
||||
|
||||
#include <opm/material/fluidstates/BlackOilFluidState.hpp>
|
||||
#include <opm/material/fluidmatrixinteractions/EclMaterialLawManager.hpp>
|
||||
|
@ -47,6 +47,9 @@
|
||||
#include <opm/simulators/timestepping/ConvergenceReport.hpp>
|
||||
#include <opm/simulators/DeferredLogger.hpp>
|
||||
|
||||
#include <ewoms/models/blackoil/blackoilpolymermodules.hh>
|
||||
#include <ewoms/models/blackoil/blackoilsolventmodules.hh>
|
||||
|
||||
#include<dune/common/fmatrix.hh>
|
||||
#include<dune/istl/bcrsmatrix.hh>
|
||||
#include<dune/istl/matrixmatrix.hh>
|
||||
|
Loading…
Reference in New Issue
Block a user