aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--test/main.h1
1 files changed, 1 insertions, 0 deletions
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 <list>
#if __cplusplus >= 201103L
#include <random>
+#include <chrono>
#ifdef EIGEN_USE_THREADS
#include <future>
#endif