aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Core/Util.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/Core/Util.h')
-rw-r--r--src/Core/Util.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Core/Util.h b/src/Core/Util.h
index 90840b308..bbe98f3bb 100644
--- a/src/Core/Util.h
+++ b/src/Core/Util.h
@@ -59,6 +59,8 @@ template<typename MatrixType> class Random;
template<typename MatrixType> class Zero;
template<typename MatrixType> class Identity;
template<typename ExpressionType> class Eval;
+template<typename MatrixType> class FromArray;
+template<typename MatrixType> class WrapArray;
template<typename T> struct ForwardDecl
{