Skip to content

Commit 0d981b3

Browse files
authored
[SYCL] add missing header (intel#271)
1 parent f8f4925 commit 0d981b3

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

SYCL/SubGroup/load_store.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@
1616

1717
#include "helper.hpp"
1818
#include <CL/sycl.hpp>
19+
20+
#include <algorithm>
21+
1922
template <typename T, int N> class sycl_subgr;
2023

2124
using namespace cl::sycl;

0 commit comments

Comments
 (0)