Skip to content

Commit 256919f

Browse files
Fix Windows build
1 parent a9240a2 commit 256919f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

sycl/include/sycl/detail/accessor_impl.hpp

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

1818
__SYCL_INLINE_NAMESPACE(cl) {
1919
namespace sycl {
20+
template <typename, int, access::mode, access::target, access::placeholder,
21+
typename>
22+
class accessor;
2023

2124
namespace ext {
2225
namespace intel {

0 commit comments

Comments
 (0)