Skip to content
Snippets Groups Projects
Commit 5fcadf8a authored by Youett, Jonathan's avatar Youett, Jonathan Committed by youett
Browse files

Add missing include

[[Imported from SVN: r9693]]
parent 7645fe78
No related branches found
No related tags found
No related merge requests found
...@@ -7,6 +7,7 @@ ...@@ -7,6 +7,7 @@
#include <dune/common/array.hh> #include <dune/common/array.hh>
#include <dune/common/fmatrix.hh> #include <dune/common/fmatrix.hh>
#include <dune/common/static_assert.hh>
/** \brief A third-rank tensor /** \brief A third-rank tensor
*/ */
...@@ -193,4 +194,4 @@ inline std::ostream& operator<< (std::ostream& s, const Tensor3<T,N1,N2,N3>& ten ...@@ -193,4 +194,4 @@ inline std::ostream& operator<< (std::ostream& s, const Tensor3<T,N1,N2,N3>& ten
#endif #endif
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment