diff --git a/unsupported/Eigen/CXX11/Tensor b/unsupported/Eigen/CXX11/Tensor index a110b52f4..6a8dc2cd8 100644 --- a/unsupported/Eigen/CXX11/Tensor +++ b/unsupported/Eigen/CXX11/Tensor @@ -83,10 +83,8 @@ typedef unsigned __int64 uint64_t; #else #include #endif - #if __cplusplus >= 201103L - #include - #include - #endif + #include + #include #endif #include "src/Tensor/TensorMacros.h"