[clang] c10d4b4 - [clang][SYCL] Add a missing include to make the header standalone

Dmitri Gribenko via cfe-commits cfe-commits at lists.llvm.org
Wed Nov 6 07:58:19 PST 2024


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"
 


        


More information about the cfe-commits mailing list