From 41adf7cccf97c6f5fda013d6b85cbf157ba41ec6 Mon Sep 17 00:00:00 2001
From: Tobias Malkmus <tomalk@mathematik.uni-freiburg.de>
Date: Fri, 26 Feb 2016 10:41:00 +0100
Subject: [PATCH] [bugfix] add missing header

---
 dune/istl/test/vectortest.hh | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/dune/istl/test/vectortest.hh b/dune/istl/test/vectortest.hh
index 1c6332a9..1a8538b5 100644
--- a/dune/istl/test/vectortest.hh
+++ b/dune/istl/test/vectortest.hh
@@ -15,6 +15,7 @@
  * bound: any feature that is tested here is part of the dune-istl vector interface.
  */
 
+#include <dune/common/exceptions.hh>
 #include <dune/common/test/iteratortest.hh>
 
 namespace Dune
@@ -179,4 +180,4 @@ namespace Dune
   }
 }  // namespace Dune
 
-#endif
\ No newline at end of file
+#endif
-- 
GitLab