mirror of
https://gitlab.com/libeigen/eigen.git
synced 2024-12-27 07:29:52 +08:00
Cleanup includes in Tensor module after switch to C++11 and above
This commit is contained in:
parent
fbc0a9a3ec
commit
73ecb2c57d
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user