From 554dddf76ea06e690734dad517ca5c2e3fe4900d Mon Sep 17 00:00:00 2001
From: Oliver Sander <sander@igpm.rwth-aachen.de>
Date: Fri, 11 Jan 2013 14:13:35 +0000
Subject: [PATCH] Include gridfactory.hh directly

Otherwise the code won't compile if only YaspGrid is available.
Then GridFactory<YaspGrid> gets compiled (but never run).  This
fails if the GridFactory interface class is not available.

[[Imported from SVN: r7635]]
---
 dune/solvers/test/common.hh | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/dune/solvers/test/common.hh b/dune/solvers/test/common.hh
index e0c32084..11bb9ea8 100644
--- a/dune/solvers/test/common.hh
+++ b/dune/solvers/test/common.hh
@@ -11,6 +11,8 @@
 
 #include <dune/localfunctions/lagrange/pqkfactory.hh>
 
+#include <dune/grid/common/gridfactory.hh>
+
 #if HAVE_UG
 #include <dune/grid/uggrid.hh>
 #endif
-- 
GitLab