Workaround to compile issue with two tests.

Two tests include ebos.hh, but probably should not: test_glift1 and test_RestartSerialization.
This change restores the build for those tests. Removing ebos.hh from their inclusion list
should be done, but currently exposes that some other headers are not properly standalone,
so it is a bit more work to do.
This commit is contained in:
Atgeirr Flø Rasmussen 2023-09-21 12:41:27 +02:00
parent ad35b2a72f
commit 2ffc7f8e6d

View File

@ -34,7 +34,7 @@
#include <opm/models/utils/start.hh>
#include <opm/simulators/aquifers/BlackoilAquiferModel.hpp>
#include <opm/simulators/linalg/ISTLSolverEbos.hpp>
#include <opm/simulators/linalg/ISTLSolverEbosBda.hpp>
#include <opm/simulators/wells/BlackoilWellModel.hpp>
namespace Opm {