From 058e292177f393d7054b9e783d759ac5d129d40c Mon Sep 17 00:00:00 2001 From: Timo Koch <timo.koch@iws.uni-stuttgart.de> Date: Tue, 3 Nov 2015 16:25:56 +0100 Subject: [PATCH] [fix][amg] Include dune version header --- dumux/linear/amgproperties.hh | 1 + 1 file changed, 1 insertion(+) diff --git a/dumux/linear/amgproperties.hh b/dumux/linear/amgproperties.hh index a0526b4aef..5a0f2d5c42 100644 --- a/dumux/linear/amgproperties.hh +++ b/dumux/linear/amgproperties.hh @@ -33,6 +33,7 @@ #include <dune/istl/paamg/pinfo.hh> #include <dune/istl/preconditioners.hh> #include <dune/grid/common/capabilities.hh> +#include <dune/common/version.hh> #include <dumux/implicit/box/boxproperties.hh> #include <dumux/implicit/cellcentered/ccproperties.hh> -- GitLab