mirror of
https://gitlab.com/libeigen/eigen.git
synced 2026-04-10 11:34:33 +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:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user