diff --git a/Eigen/src/Core/Matrix.h b/Eigen/src/Core/Matrix.h index 24c618549..3e5c7b69e 100644 --- a/Eigen/src/Core/Matrix.h +++ b/Eigen/src/Core/Matrix.h @@ -129,7 +129,7 @@ class Matrix { public: - typedef DenseStorageBase, MatrixBase, _Options> Base; + typedef DenseStorageBase, Eigen::MatrixBase, _Options> Base; _EIGEN_GENERIC_PUBLIC_INTERFACE(Matrix) enum { Options = _Options };