mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-04-20 16:49:38 +08:00
Include chrono in main for c++11.
Hack to fix tensor tests, since min/max are overridden by `main.h`.
This commit is contained in:
parent
71c85df4c1
commit
eb4d4ae070
@ -47,6 +47,7 @@
|
||||
#include <list>
|
||||
#if __cplusplus >= 201103L
|
||||
#include <random>
|
||||
#include <chrono>
|
||||
#ifdef EIGEN_USE_THREADS
|
||||
#include <future>
|
||||
#endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user