Skip to content

Commit 1f3edd6

Browse files
ONSAM-1495 (oneapi-src#1068)
Change SYCL headers
1 parent 213465a commit 1f3edd6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

DirectProgramming/DPC++/OpenCLInterop/src/dpcpp_with_opencl_objects.dp.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66

77
#include <CL/opencl.h>
88
#include <stdio.h>
9-
#include <CL/sycl.hpp>
10-
#include <CL/sycl/backend/opencl.hpp>
9+
#include <sycl/sycl.hpp>
10+
#include <sycl/backend/opencl.hpp>
1111
using namespace sycl;
1212

1313
constexpr int MAX_SOURCE_SIZE = 0x100000;

0 commit comments

Comments
 (0)