From 73ecb2c57d39b1e2a7d4f535c1687a4d71eabff0 Mon Sep 17 00:00:00 2001 From: Eugene Zhulenev Date: Tue, 29 Oct 2019 15:49:54 -0700 Subject: [PATCH] Cleanup includes in Tensor module after switch to C++11 and above --- unsupported/Eigen/CXX11/Tensor | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) 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"