We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5861175 commit 4396bf9Copy full SHA for 4396bf9
clang/lib/Sema/SemaSYCL.cpp
@@ -6908,6 +6908,7 @@ void SYCLIntegrationHeader::emit(raw_ostream &O) {
6908
O << "#include <sycl/detail/kernel_desc.hpp>\n";
6909
O << "#include <sycl/ext/oneapi/experimental/free_function_traits.hpp>\n";
6910
O << "#include <sycl/access/access.hpp>\n";
6911
+ O << "#include <sycl/detail/is_device_copyable.hpp>\n";
6912
O << "\n";
6913
6914
LangOptions LO;
0 commit comments