include missing header files

this makes the well model and the equil initializer header more autonomous.
This commit is contained in:
Andreas Lauser 2019-03-01 10:36:29 +01:00
parent 40f4a2656f
commit 0a9d6a0760
2 changed files with 4 additions and 0 deletions

View File

@ -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>

View File

@ -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>