From 55d627072bfc345ae30935646fef2813a6194378 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Steffen=20M=C3=BCthing?= <muething@dune-project.org> Date: Wed, 11 Jun 2014 13:20:29 +0200 Subject: [PATCH] [Bugfix] GMRes now needs enable_if, so include common/typetraits.hh --- dune/istl/solvers.hh | 1 + 1 file changed, 1 insertion(+) diff --git a/dune/istl/solvers.hh b/dune/istl/solvers.hh index 5927702c4..dee4a9edc 100644 --- a/dune/istl/solvers.hh +++ b/dune/istl/solvers.hh @@ -21,6 +21,7 @@ #include <dune/common/deprecated.hh> #include <dune/common/timer.hh> #include <dune/common/ftraits.hh> +#include <dune/common/typetraits.hh> namespace Dune { /** @defgroup ISTL_Solvers Iterative Solvers -- GitLab