Skip to content

Commit c10d4b4

Browse files
committed
[clang][SYCL] Add a missing include to make the header standalone
1 parent 7642238 commit c10d4b4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

clang/include/clang/AST/SYCLKernelInfo.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
#ifndef LLVM_CLANG_AST_SYCLKERNELINFO_H
1414
#define LLVM_CLANG_AST_SYCLKERNELINFO_H
1515

16+
#include "clang/AST/CanonicalType.h"
1617
#include "clang/AST/Decl.h"
1718
#include "clang/AST/Type.h"
1819

0 commit comments

Comments
 (0)