mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-01-12 14:25:16 +08:00
Include <numeric> to get std::iota.
This commit is contained in:
parent
d04edff570
commit
824d06eb36
@ -40,6 +40,7 @@
|
||||
#include <cstring>
|
||||
#include <random>
|
||||
#include <thread>
|
||||
#include <numeric>
|
||||
|
||||
#if defined(EIGEN_USE_THREADS) || defined(EIGEN_USE_SYCL)
|
||||
#include "ThreadPool"
|
||||
|
Loading…
Reference in New Issue
Block a user