From 5d29b8f37f60ca696d6e1a13c43328c4d08b8b4f Mon Sep 17 00:00:00 2001
From: Timo Koch <timo.koch@iws.uni-stuttgart.de>
Date: Mon, 11 Dec 2017 14:07:24 +0100
Subject: [PATCH] [amg] Fix missing includes

---
 dumux/linear/amgbackend.hh         | 1 +
 dumux/linear/amgparallelhelpers.hh | 3 +++
 2 files changed, 4 insertions(+)

diff --git a/dumux/linear/amgbackend.hh b/dumux/linear/amgbackend.hh
index 4dc0fa2da9..e2c368076b 100644
--- a/dumux/linear/amgbackend.hh
+++ b/dumux/linear/amgbackend.hh
@@ -31,6 +31,7 @@
 #include <dune/istl/paamg/pinfo.hh>
 #include <dune/istl/solvers.hh>
 
+#include <dumux/common/properties.hh>
 #include <dumux/linear/solver.hh>
 #include <dumux/linear/amgtraits.hh>
 #include <dumux/linear/amgparallelhelpers.hh>
diff --git a/dumux/linear/amgparallelhelpers.hh b/dumux/linear/amgparallelhelpers.hh
index a20ae98ac3..91e873439c 100644
--- a/dumux/linear/amgparallelhelpers.hh
+++ b/dumux/linear/amgparallelhelpers.hh
@@ -25,8 +25,11 @@
 #ifndef DUMUX_AMGPARALLELHELPERS_HH
 #define DUMUX_AMGPARALLELHELPERS_HH
 
+#include <dune/geometry/dimension.hh>
+#include <dune/grid/common/datahandleif.hh>
 #include <dune/istl/owneroverlapcopy.hh>
 #include <dune/istl/paamg/pinfo.hh>
+#include <dumux/common/properties.hh>
 
 namespace Dumux
 {
-- 
GitLab