mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-07-25 06:14:26 +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 <algorithm>
|
||||||
|
|
||||||
#include <array>
|
#include <array>
|
||||||
|
#include <memory>
|
||||||
#include <vector>
|
#include <vector>
|
||||||
|
|
||||||
// for std::is_nothrow_move_assignable
|
// for std::is_nothrow_move_assignable
|
||||||
@ -121,7 +122,6 @@
|
|||||||
#undef isfinite
|
#undef isfinite
|
||||||
#include <CL/sycl.hpp>
|
#include <CL/sycl.hpp>
|
||||||
#include <map>
|
#include <map>
|
||||||
#include <memory>
|
|
||||||
#include <thread>
|
#include <thread>
|
||||||
#include <utility>
|
#include <utility>
|
||||||
#ifndef EIGEN_SYCL_LOCAL_THREAD_DIM0
|
#ifndef EIGEN_SYCL_LOCAL_THREAD_DIM0
|
||||||
|
Loading…
x
Reference in New Issue
Block a user