Fix GPU build failures.

This commit is contained in:
Antonio Sanchez
2025-03-09 17:04:41 -07:00
parent 6a4a0b66bd
commit 952eda443b
7 changed files with 37 additions and 24 deletions

View File

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