Fixing the compilation error.

This commit is contained in:
Mehdi Goli 2018-08-03 17:13:44 +01:00
parent 225fa112aa
commit 3074b1ff9e

View File

@ -21,6 +21,7 @@ namespace Eigen {
template<typename T> struct MakePointer {
typedef T* Type;
typedef T& RefType;
typedef T ScalarType;
};
namespace internal{