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>