mirror of
https://gitlab.com/libeigen/eigen.git
synced 2026-04-10 11:34:33 +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:
@@ -47,6 +47,7 @@
|
|||||||
#include <list>
|
#include <list>
|
||||||
#if __cplusplus >= 201103L
|
#if __cplusplus >= 201103L
|
||||||
#include <random>
|
#include <random>
|
||||||
|
#include <chrono>
|
||||||
#ifdef EIGEN_USE_THREADS
|
#ifdef EIGEN_USE_THREADS
|
||||||
#include <future>
|
#include <future>
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
Reference in New Issue
Block a user