ISTLSolverEbos: add missing include

This commit is contained in:
Arne Morten Kvarving 2023-07-04 15:25:11 +02:00
parent e89c43e54d
commit db41bfb55c

View File

@ -23,6 +23,7 @@
#define OPM_ISTLSOLVER_EBOS_HEADER_INCLUDED
#include <dune/istl/owneroverlapcopy.hh>
#include <dune/istl/solver.hh>
#include <ebos/eclbasevanguard.hh>