From e34b92ef11b01c0a237d10fedccab2ea74d20d5e Mon Sep 17 00:00:00 2001 From: Elias Pipping <elias.pipping@fu-berlin.de> Date: Thu, 9 Jun 2016 22:47:55 +0200 Subject: [PATCH] Add missing #include --- dune/solvers/common/algorithm.hh | 1 + 1 file changed, 1 insertion(+) diff --git a/dune/solvers/common/algorithm.hh b/dune/solvers/common/algorithm.hh index 52c6e57..bde9efa 100644 --- a/dune/solvers/common/algorithm.hh +++ b/dune/solvers/common/algorithm.hh @@ -3,6 +3,7 @@ #ifndef DUNE_SOLVERS_COMMON_ALGORITHM_HH #define DUNE_SOLVERS_COMMON_ALGORITHM_HH +#include <dune/common/indices.hh> #include <dune/common/typeutilities.hh> #include <dune/common/typetraits.hh> -- GitLab