diff options
author | 2010-06-21 07:37:59 +0200 | |
---|---|---|
committer | 2010-06-21 07:37:59 +0200 | |
commit | 8239c3b85bb643747045d0611bff6220166d5b91 (patch) | |
tree | deb3d196bdd03b8f8a77f829704c956a67d5bc8c /unsupported/test | |
parent | bb46a453401fa4c79ce022a9861d7f7ed6a41047 (diff) |
Fix compilation.
Diffstat (limited to 'unsupported/test')
-rw-r--r-- | unsupported/test/matrix_function.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/unsupported/test/matrix_function.cpp b/unsupported/test/matrix_function.cpp index 3455fb936..3b4cbfec6 100644 --- a/unsupported/test/matrix_function.cpp +++ b/unsupported/test/matrix_function.cpp @@ -94,6 +94,7 @@ struct randomMatrixWithImagEivals<MatrixType, 1> { static MatrixType run(const typename MatrixType::Index size) { + typedef typename MatrixType::Index Index; typedef typename MatrixType::Scalar Scalar; typedef typename MatrixType::RealScalar RealScalar; const Scalar imagUnit(0, 1); |