From f186ff1e43ee799c742810330960ba130e664490 Mon Sep 17 00:00:00 2001 From: Stefan Girke <stefan.girke@wwu.de> Date: Wed, 17 Feb 2016 09:03:16 +0100 Subject: [PATCH] fix headercheck --- dune/fem-dg/algorithm/coupling.hh | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/dune/fem-dg/algorithm/coupling.hh b/dune/fem-dg/algorithm/coupling.hh index 0da08dc9..1482687c 100644 --- a/dune/fem-dg/algorithm/coupling.hh +++ b/dune/fem-dg/algorithm/coupling.hh @@ -1,6 +1,11 @@ #ifndef DUNE_FEMDG_COUPLEDALGORITHMS_HH #define DUNE_FEMDG_COUPLEDALGORITHMS_HH +#include <tuple> +#include <type_traits> +#include <dune/common/std/utility.hh> + + namespace Dune { namespace Fem -- GitLab