From f554e47079005e0af1f0a7fb1a0fa821e2b30c62 Mon Sep 17 00:00:00 2001 From: Tobias Malkmus <tomalk@mathematik.uni-freiburg.de> Date: Thu, 24 Oct 2013 09:38:33 +0200 Subject: [PATCH] [bugfix] make headercheck work in the case that neither umfpack nor superLU are found --- dune/istl/overlappingschwarz.hh | 1 + 1 file changed, 1 insertion(+) diff --git a/dune/istl/overlappingschwarz.hh b/dune/istl/overlappingschwarz.hh index fa3c20a79..01ada1d7b 100644 --- a/dune/istl/overlappingschwarz.hh +++ b/dune/istl/overlappingschwarz.hh @@ -15,6 +15,7 @@ #include "bvector.hh" #include "bcrsmatrix.hh" #include "ilusubdomainsolver.hh" +#include <dune/istl/solvertype.hh> namespace Dune { -- GitLab