diff --git a/dumux/discretization/cellcentered/mpfa/localassemblerhelper.hh b/dumux/discretization/cellcentered/mpfa/localassemblerhelper.hh index a7f55b1b6b3c2abf27ea72db9e2fcd3a3cf42cc3..33e6386c57d386eab296b9721738f2f2b1cc82f1 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 aa6c3f8b4006081eaba08c417abf0cbc8ede444c..9933b03148d28dfb33d7faeaae8f3ae492b90b0d 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 bd9131d03ca2834e3aeca9c897ff6c1db5997526..e47c3823ff58e6155a9305adc99614c3a23ff3b5 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 0eee79f6a46255ec51cd513914ef6187ba0bb8d9..1bd84f6991eabaa650092a1c06659fe49eff0f26 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>