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:
Antonio Sanchez 2020-12-03 11:27:29 -08:00
parent 71c85df4c1
commit eb4d4ae070

View File

@ -47,6 +47,7 @@
#include <list>
#if __cplusplus >= 201103L
#include <random>
#include <chrono>
#ifdef EIGEN_USE_THREADS
#include <future>
#endif