Skip to content

Commit 433b70c

Browse files
authored
[SYCL] Include sycl path in Bindless image hpp (#14903)
Fix debug build issue [-Werror,-Wmicrosoft-include] llvm\include\sycl\handler.hpp:52:
1 parent e0ef0d7 commit 433b70c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sycl/include/sycl/ext/oneapi/bindless_images_mem_handle.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
#pragma once
1010

11-
#include "ur_api.h"
11+
#include "sycl/ur_api.h"
1212

1313
namespace sycl {
1414
inline namespace _V1 {

0 commit comments

Comments
 (0)