Merge pull request #4742 from akva2/janitoring

ISTLSolverEbos: add missing include
This commit is contained in:
Bård Skaflestad 2023-07-04 16:23:07 +02:00 committed by GitHub
commit 8139b3f679
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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>