mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-07-23 13:24:28 +08:00
Unconditionally include <memory>. Some c++20 builds are currently broken because it is needed for std::assume_aligned.
This commit is contained in:
parent
2cf66d4b0d
commit
efe5b6979d
@ -92,6 +92,7 @@
|
||||
#include <algorithm>
|
||||
|
||||
#include <array>
|
||||
#include <memory>
|
||||
#include <vector>
|
||||
|
||||
// for std::is_nothrow_move_assignable
|
||||
@ -121,7 +122,6 @@
|
||||
#undef isfinite
|
||||
#include <CL/sycl.hpp>
|
||||
#include <map>
|
||||
#include <memory>
|
||||
#include <thread>
|
||||
#include <utility>
|
||||
#ifndef EIGEN_SYCL_LOCAL_THREAD_DIM0
|
||||
|
Loading…
x
Reference in New Issue
Block a user