Skip to content

Commit f086599

Browse files
committed
[SYCL][PI] Treat SYCL headers as system headers
SYCL examples, e.g., in the Khronos specs, include the SYCL header as system headers. Adapt includes in the `CL/sycl/detail/pi.hpp` header to this style. Signed-off-by: Bjoern Knafla <[email protected]>
1 parent 4c596b6 commit f086599

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sycl/unittests/pi/PlatformTest.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
//
77
//===----------------------------------------------------------------------===//
88

9-
#include "CL/sycl/detail/pi.hpp"
109
#include <CL/sycl.hpp>
10+
#include <CL/sycl/detail/pi.hpp>
1111
#include <gtest/gtest.h>
1212
#include <memory>
1313

0 commit comments

Comments
 (0)