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.
1 parent fa1615e commit c2bf6b0Copy full SHA for c2bf6b0
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