From eb4d4ae07091dabfd5ae710ed5ca378d4e845bbd Mon Sep 17 00:00:00 2001 From: Antonio Sanchez Date: Thu, 3 Dec 2020 11:27:29 -0800 Subject: Include chrono in main for c++11. Hack to fix tensor tests, since min/max are overridden by `main.h`. --- test/main.h | 1 + 1 file changed, 1 insertion(+) (limited to 'test/main.h') diff --git a/test/main.h b/test/main.h index e830d68b0..4f9887c81 100644 --- a/test/main.h +++ b/test/main.h @@ -47,6 +47,7 @@ #include #if __cplusplus >= 201103L #include +#include #ifdef EIGEN_USE_THREADS #include #endif -- cgit v1.2.3