Skip to content

Commit eadbee3

Browse files
committed
Fix illegal includes
Signed-off-by: Larsen, Steffen <[email protected]>
1 parent bccf836 commit eadbee3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

sycl/test-e2e/Regression/profiling_tag_cached_conflicting.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@
1414
// UNSUPPORTED: cuda
1515
// UNSUPPORTED-TRACKER: https://github.com/intel/llvm/issues/14053
1616

17-
#include <sycl/sycl.hpp>
17+
#include <sycl/detail/core.hpp>
18+
#include <sycl/ext/oneapi/experimental/profiling_tag.hpp>
1819

1920
int main() {
2021
sycl::queue Q{sycl::property::queue::in_order()};

0 commit comments

Comments
 (0)