From b2100b83ad3fab4a96cdcdf6cde58d809d105ac3 Mon Sep 17 00:00:00 2001 From: Benoit Steiner Date: Wed, 9 Mar 2016 16:03:16 -0800 Subject: [PATCH] Made sure to include the header file when compiling with visual studio --- unsupported/Eigen/CXX11/Tensor | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/unsupported/Eigen/CXX11/Tensor b/unsupported/Eigen/CXX11/Tensor index 3b5be4426..969f25481 100644 --- a/unsupported/Eigen/CXX11/Tensor +++ b/unsupported/Eigen/CXX11/Tensor @@ -38,7 +38,7 @@ typedef unsigned __int64 uint64_t; #include #endif -#if __cplusplus > 199711 +#if __cplusplus > 199711 || EIGEN_COMP_MSVC >= 1900 #include #endif