diff --git a/ebos/eclbasevanguard.hh b/ebos/eclbasevanguard.hh index 4bffd39ab..2b434e765 100644 --- a/ebos/eclbasevanguard.hh +++ b/ebos/eclbasevanguard.hh @@ -36,6 +36,7 @@ #include #include #include +#include #include #include @@ -59,10 +60,6 @@ struct EquilGrid { using type = UndefinedProperty; }; template -struct EclDeckFileName { - using type = UndefinedProperty; -}; -template struct EnableOpmRstFile { using type = UndefinedProperty; }; diff --git a/opm/simulators/flow/BlackoilModelParametersEbos.hpp b/opm/simulators/flow/BlackoilModelParametersEbos.hpp index a443524ed..3acd69bf3 100644 --- a/opm/simulators/flow/BlackoilModelParametersEbos.hpp +++ b/opm/simulators/flow/BlackoilModelParametersEbos.hpp @@ -23,7 +23,6 @@ #include #include -#include #include namespace Opm::Properties { @@ -32,6 +31,10 @@ namespace TTag { struct FlowModelParameters {}; } +template +struct EclDeckFileName { + using type = UndefinedProperty; +}; template struct DbhpMaxRel { using type = UndefinedProperty;