From fc9eaa42e071d4423ffe811623cc0c3b7f3d731e Mon Sep 17 00:00:00 2001
From: Elias Pipping <elias.pipping@fu-berlin.de>
Date: Tue, 18 Feb 2014 14:08:25 +0000
Subject: [PATCH] Make sure the pointless dune_solvers program continues to
 compile

[[Imported from SVN: r12925]]
---
 src/dune_solvers.cc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/dune_solvers.cc b/src/dune_solvers.cc
index a11fd8f5..fe21ae86 100644
--- a/src/dune_solvers.cc
+++ b/src/dune_solvers.cc
@@ -2,7 +2,7 @@
 # include "config.h"     
 #endif
 #include <iostream>
-#include"dune/common/mpihelper.hh" // An initializer of MPI
+#include <dune/common/parallel/mpihelper.hh> // An initializer of MPI
 #include"dune/common/exceptions.hh" // We use exceptions
 
 int main(int argc, char** argv)
-- 
GitLab