Author: Dmitri Gribenko
Date: 2024-11-06T16:58:10+01:00
New Revision: c10d4b492d981c96fa3269bc0fe0b3ea9b1ca486

URL: 
https://github.com/llvm/llvm-project/commit/c10d4b492d981c96fa3269bc0fe0b3ea9b1ca486
DIFF: 
https://github.com/llvm/llvm-project/commit/c10d4b492d981c96fa3269bc0fe0b3ea9b1ca486.diff

LOG: [clang][SYCL] Add a missing include to make the header standalone

Added: 
    

Modified: 
    clang/include/clang/AST/SYCLKernelInfo.h

Removed: 
    


################################################################################
diff  --git a/clang/include/clang/AST/SYCLKernelInfo.h 
b/clang/include/clang/AST/SYCLKernelInfo.h
index 55dba1f8e31fd9..4a4827e6010537 100644
--- a/clang/include/clang/AST/SYCLKernelInfo.h
+++ b/clang/include/clang/AST/SYCLKernelInfo.h
@@ -13,6 +13,7 @@
 #ifndef LLVM_CLANG_AST_SYCLKERNELINFO_H
 #define LLVM_CLANG_AST_SYCLKERNELINFO_H
 
+#include "clang/AST/CanonicalType.h"
 #include "clang/AST/Decl.h"
 #include "clang/AST/Type.h"
 


        
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to