From b773c3de8944b459b57c392212580375189fce71 Mon Sep 17 00:00:00 2001 From: Markus Blatt Date: Wed, 19 Mar 2014 19:49:48 +0100 Subject: [PATCH] Include fastamg.hh for dune-istl 2.3 For the inofficial 2.2 release this was included automatically with amg.hh. --- opm/core/linalg/LinearSolverIstl.cpp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/opm/core/linalg/LinearSolverIstl.cpp b/opm/core/linalg/LinearSolverIstl.cpp index 34554891..c32ad02e 100644 --- a/opm/core/linalg/LinearSolverIstl.cpp +++ b/opm/core/linalg/LinearSolverIstl.cpp @@ -40,6 +40,10 @@ #include #include +#if DUNE_VERSION_NEWER(DUNE_ISTL, 2, 3) +#include +#endif + #include #include