From 5fcadf8a3a9d829e16560ccc1d7c9ca7ca0b0759 Mon Sep 17 00:00:00 2001
From: Jonathan Youett <youett@mi.fu-berlin.de>
Date: Wed, 9 Apr 2014 13:28:27 +0000
Subject: [PATCH] Add missing include

[[Imported from SVN: r9693]]
---
 dune/gfe/tensor3.hh | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/dune/gfe/tensor3.hh b/dune/gfe/tensor3.hh
index f1a90deb..05044357 100644
--- a/dune/gfe/tensor3.hh
+++ b/dune/gfe/tensor3.hh
@@ -7,6 +7,7 @@
 
 #include <dune/common/array.hh>
 #include <dune/common/fmatrix.hh>
+#include <dune/common/static_assert.hh>
 
 /** \brief A third-rank tensor
 */
@@ -193,4 +194,4 @@ inline std::ostream& operator<< (std::ostream& s, const Tensor3<T,N1,N2,N3>& ten
 
 
 
-#endif
\ No newline at end of file
+#endif
-- 
GitLab