We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
#include <functional>
property_list_base.hpp
1 parent 7d2fe90 commit a78cf31Copy full SHA for a78cf31
sycl/include/sycl/detail/property_list_base.hpp
@@ -13,6 +13,7 @@
13
14
#include <algorithm> // for iter_swap
15
#include <bitset> // for bitset
16
+#include <functional> // for function
17
#include <memory> // for shared_ptr, __shared_ptr_...
18
#include <type_traits> // for enable_if_t
19
#include <utility> // for move
0 commit comments