Skip to content

Commit 28788a0

Browse files
committed
fix include path
1 parent e3d488c commit 28788a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sycl/tools/sycl-trace/cuda_trace_collector.cpp

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

1212
#include "xpti/xpti_trace_framework.h"
1313

14-
#include <CL/sycl/detail/spinlock.hpp>
14+
#include <sycl/detail/spinlock.hpp>
1515

1616
#include <cuda.h>
1717
#include <cupti.h>

0 commit comments

Comments
 (0)