diff --git a/opm/core/linalg/LinearSolverIstl.cpp b/opm/core/linalg/LinearSolverIstl.cpp index 969d83c78..33f06b190 100644 --- a/opm/core/linalg/LinearSolverIstl.cpp +++ b/opm/core/linalg/LinearSolverIstl.cpp @@ -24,9 +24,13 @@ #include +// Work around the fact that istl headers expect +// HAVE_BOOST to be 1, and not just defined. +#undef HAVE_BOOST +#define HAVE_BOOST 1 // TODO: clean up includes. -#define DUNE_DEPRECATED +#include #include #include #include