diff --git a/tests/test_ecl_output.cc b/tests/test_ecl_output.cc index 92c6fa1bf..d175b760f 100644 --- a/tests/test_ecl_output.cc +++ b/tests/test_ecl_output.cc @@ -26,7 +26,6 @@ #include #include -#include #include #include @@ -41,6 +40,7 @@ #include #include #include +#include #if HAVE_DUNE_FEM #include @@ -86,7 +86,7 @@ struct EnableAsyncEclOutput { template struct EclWellModel { - using type = EclWellManager; + using type = BlackoilWellModel; }; } // namespace Opm::Properties