From a440e00b06670bcd59eebc21f51ed176916053e1 Mon Sep 17 00:00:00 2001
From: Uli Sack <usack@math.fu-berlin.de>
Date: Thu, 24 May 2012 14:39:22 +0000
Subject: [PATCH] add missing include

[[Imported from SVN: r6267]]
---
 dune/solvers/common/genericvectortools.hh | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/dune/solvers/common/genericvectortools.hh b/dune/solvers/common/genericvectortools.hh
index 7e417fcf..30a9a954 100644
--- a/dune/solvers/common/genericvectortools.hh
+++ b/dune/solvers/common/genericvectortools.hh
@@ -8,9 +8,12 @@
 #include<iostream>
 #include<bitset>
 
-#include "dune/common/fvector.hh"
+#include <dune/common/fvector.hh>
+
 #include <dune/istl/bcrsmatrix.hh>
 
+#include <dune/solvers/operators/sumoperator.hh>
+
 /** \brief Various tools for working with istl vectors of arbitrary nesting depth
 */
 struct GenericVector
-- 
GitLab