From a00b95256fb9cfdeb1fa02fb9f107fc346007ef8 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Dennis=20Gl=C3=A4ser?= <dennis.glaeser@iws.uni-stuttgart.de>
Date: Tue, 12 Feb 2019 20:40:24 +0100
Subject: [PATCH] [facet] fix missing includes

---
 dumux/discretization/cellcentered/mpfa/localassemblerhelper.hh  | 1 +
 dumux/multidomain/facet/cellcentered/mpfa/localassembler.hh     | 1 +
 .../facet/cellcentered/mpfa/localsubcontrolentities.hh          | 2 ++
 dumux/multidomain/facet/cellcentered/tpfa/couplingmapper.hh     | 1 +
 4 files changed, 5 insertions(+)

diff --git a/dumux/discretization/cellcentered/mpfa/localassemblerhelper.hh b/dumux/discretization/cellcentered/mpfa/localassemblerhelper.hh
index a7f55b1b6b..33e6386c57 100644
--- a/dumux/discretization/cellcentered/mpfa/localassemblerhelper.hh
+++ b/dumux/discretization/cellcentered/mpfa/localassemblerhelper.hh
@@ -26,6 +26,7 @@
 #ifndef DUMUX_DISCRETIZATION_CC_MPFA_LOCAL_ASSEMBLER_HELPER_HH
 #define DUMUX_DISCRETIZATION_CC_MPFA_LOCAL_ASSEMBLER_HELPER_HH
 
+#include <algorithm>
 #include <vector>
 #include <cassert>
 #include <utility>
diff --git a/dumux/multidomain/facet/cellcentered/mpfa/localassembler.hh b/dumux/multidomain/facet/cellcentered/mpfa/localassembler.hh
index aa6c3f8b40..9933b03148 100644
--- a/dumux/multidomain/facet/cellcentered/mpfa/localassembler.hh
+++ b/dumux/multidomain/facet/cellcentered/mpfa/localassembler.hh
@@ -27,6 +27,7 @@
 #include <dune/common/exceptions.hh>
 
 #include <dumux/common/math.hh>
+#include <dumux/common/parameters.hh>
 #include <dumux/discretization/cellcentered/mpfa/methods.hh>
 #include <dumux/discretization/cellcentered/mpfa/localassemblerbase.hh>
 #include <dumux/discretization/cellcentered/mpfa/localassemblerhelper.hh>
diff --git a/dumux/multidomain/facet/cellcentered/mpfa/localsubcontrolentities.hh b/dumux/multidomain/facet/cellcentered/mpfa/localsubcontrolentities.hh
index bd9131d03c..e47c3823ff 100644
--- a/dumux/multidomain/facet/cellcentered/mpfa/localsubcontrolentities.hh
+++ b/dumux/multidomain/facet/cellcentered/mpfa/localsubcontrolentities.hh
@@ -25,6 +25,8 @@
 #ifndef DUMUX_MULTDOMAIN_FACET_CC_MPFA_O_LOCAL_SUBCONTROLENTITIES_HH
 #define DUMUX_MULTDOMAIN_FACET_CC_MPFA_O_LOCAL_SUBCONTROLENTITIES_HH
 
+#include <array>
+
 #include <dune/common/fvector.hh>
 #include <dumux/discretization/cellcentered/mpfa/omethod/localsubcontrolentities.hh>
 
diff --git a/dumux/multidomain/facet/cellcentered/tpfa/couplingmapper.hh b/dumux/multidomain/facet/cellcentered/tpfa/couplingmapper.hh
index 0eee79f6a4..1bd84f6991 100644
--- a/dumux/multidomain/facet/cellcentered/tpfa/couplingmapper.hh
+++ b/dumux/multidomain/facet/cellcentered/tpfa/couplingmapper.hh
@@ -23,6 +23,7 @@
 #define DUMUX_CCTPFA_FACETCOUPLING_MAPPER_HH
 
 #include <dune/common/indices.hh>
+#include <dune/common/float_cmp.hh>
 
 #include <dumux/common/indextraits.hh>
 #include <dumux/discretization/method.hh>
-- 
GitLab