diff --git a/dumux/linear/amgbackend.hh b/dumux/linear/amgbackend.hh index 4dc0fa2da9e75532d6eb62cff71ae7707c315306..e2c368076b02486bc09f35cd6db049371de23a58 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 a20ae98ac3017112dcde51260caa7a1b9c02f4da..91e873439cb52f0ae392263a9679f4f73934e11b 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 {