aboutsummaryrefslogtreecommitdiffhomepage
path: root/unsupported
diff options
context:
space:
mode:
authorGravatar Eugene Zhulenev <ezhulenev@google.com>2019-10-29 15:49:54 -0700
committerGravatar Eugene Zhulenev <ezhulenev@google.com>2019-10-29 15:49:54 -0700
commit73ecb2c57d39b1e2a7d4f535c1687a4d71eabff0 (patch)
tree684f7507dd4548c85142a865c45ac736f9c9db01 /unsupported
parentfbc0a9a3ec19bbe9106754ca4e4d3f382ce50530 (diff)
Cleanup includes in Tensor module after switch to C++11 and above
Diffstat (limited to 'unsupported')
-rw-r--r--unsupported/Eigen/CXX11/Tensor6
1 files 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 <cuda_runtime.h>
#endif
- #if __cplusplus >= 201103L
- #include <atomic>
- #include <unistd.h>
- #endif
+ #include <atomic>
+ #include <unistd.h>
#endif
#include "src/Tensor/TensorMacros.h"