From 6f257f0877f20debad7258f0fa8139e9fbba8844 Mon Sep 17 00:00:00 2001 From: Andreas Lauser Date: Thu, 20 Apr 2017 15:10:15 +0200 Subject: [PATCH] fix non-MPI builds some headers must be included unconditionally. --- opm/core/linalg/ParallelIstlInformation.hpp | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/opm/core/linalg/ParallelIstlInformation.hpp b/opm/core/linalg/ParallelIstlInformation.hpp index 1787c941e..58c0f7812 100644 --- a/opm/core/linalg/ParallelIstlInformation.hpp +++ b/opm/core/linalg/ParallelIstlInformation.hpp @@ -27,6 +27,12 @@ #include #include +#include +#include +#include +#include +#include + #if HAVE_MPI && HAVE_DUNE_ISTL #include @@ -37,12 +43,6 @@ #include #include -#include -#include -#include -#include -#include - namespace Opm { namespace