From da2c25b0c8695cae34c8b8c087d58a95af20a421 Mon Sep 17 00:00:00 2001
From: Timo Koch <timo.koch@iws.uni-stuttgart.de>
Date: Mon, 18 Dec 2017 13:58:41 +0100
Subject: [PATCH] [amg] Fix missing include

---
 dumux/linear/amgparallelhelpers.hh | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dumux/linear/amgparallelhelpers.hh b/dumux/linear/amgparallelhelpers.hh
index 76d49a55d4..1ac54762f5 100644
--- a/dumux/linear/amgparallelhelpers.hh
+++ b/dumux/linear/amgparallelhelpers.hh
@@ -30,6 +30,7 @@
 #include <dune/istl/owneroverlapcopy.hh>
 #include <dune/istl/paamg/pinfo.hh>
 #include <dumux/common/properties.hh>
+#include <dumux/linear/amgtraits.hh>
 
 namespace Dumux
 {
-- 
GitLab