Merge pull request #4392 from akva2/well_hpp_include

eclgenerictracermodel.cc: add missing Well.hpp include
This commit is contained in:
Bård Skaflestad 2023-01-17 17:08:56 +01:00 committed by GitHub
commit 8dcab4b236
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View File

@ -34,6 +34,7 @@
#include <opm/input/eclipse/EclipseState/Phase.hpp>
#include <opm/input/eclipse/EclipseState/Tables/TracerVdTable.hpp>
#include <opm/input/eclipse/Schedule/Well/Well.hpp>
#include <opm/input/eclipse/Schedule/Well/WellTracerProperties.hpp>
#include <dune/istl/operators.hh>

View File

@ -27,7 +27,6 @@
#include <opm/models/utils/propertysystem.hh>
#include <opm/models/utils/parametersystem.hh>
#include <opm/input/eclipse/Schedule/Schedule.hpp>
#include <opm/input/eclipse/Schedule/Well/Well.hpp>
#include <opm/input/eclipse/Schedule/Group/Group.hpp>
#include <opm/input/eclipse/Schedule/SummaryState.hpp>
#include <opm/simulators/wells/GasLiftCommon.hpp>
@ -45,6 +44,7 @@ namespace Opm
{
class GasLiftOpt;
class Well;
class GasLiftGroupInfo : public GasLiftCommon
{