aboutsummaryrefslogtreecommitdiffhomepage
path: root/unsupported/test/nesting_profiling.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'unsupported/test/nesting_profiling.cpp')
-rw-r--r--unsupported/test/nesting_profiling.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/unsupported/test/nesting_profiling.cpp b/unsupported/test/nesting_profiling.cpp
index c19081e5a..bee5b3c70 100644
--- a/unsupported/test/nesting_profiling.cpp
+++ b/unsupported/test/nesting_profiling.cpp
@@ -132,7 +132,7 @@ struct MatrixScaling
typedef MatrixType ReturnType;
EIGEN_DONT_INLINE static MatrixType run(int num_runs)
{
- ei_traits<MatrixType>::Scalar s;
+ typename ei_traits<MatrixType>::Scalar s;
MatrixType a,b;
return s*a;
}