From 8d2bc0e44945905f9d97c71f3bc2df9ee44d9c05 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Atgeirr=20Fl=C3=B8=20Rasmussen?= Date: Tue, 13 Nov 2018 20:26:44 +0100 Subject: [PATCH] Add missing include for std::vector. --- opm/core/linalg/ParallelIstlInformation.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/opm/core/linalg/ParallelIstlInformation.hpp b/opm/core/linalg/ParallelIstlInformation.hpp index c1ef08fe0..b446774ef 100644 --- a/opm/core/linalg/ParallelIstlInformation.hpp +++ b/opm/core/linalg/ParallelIstlInformation.hpp @@ -32,6 +32,7 @@ #include #include #include +#include #if HAVE_MPI && HAVE_DUNE_ISTL