[clang] 1134424 - Update ExternalPreprocessorSource.h (#96144)

via cfe-commits cfe-commits at lists.llvm.org
Thu Jun 20 00:19:32 PDT 2024


Author: Danial Klimkin
Date: 2024-06-20T09:19:27+02:00
New Revision: 11344249e1e8360e75490733660ee1439d571228

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

LOG: Update ExternalPreprocessorSource.h (#96144)

Add missing includes.

Added: 
    

Modified: 
    clang/include/clang/Lex/ExternalPreprocessorSource.h

Removed: 
    


################################################################################
diff  --git a/clang/include/clang/Lex/ExternalPreprocessorSource.h b/clang/include/clang/Lex/ExternalPreprocessorSource.h
index 48429948dbffe..51c11c3adf6e7 100644
--- a/clang/include/clang/Lex/ExternalPreprocessorSource.h
+++ b/clang/include/clang/Lex/ExternalPreprocessorSource.h
@@ -13,6 +13,9 @@
 #ifndef LLVM_CLANG_LEX_EXTERNALPREPROCESSORSOURCE_H
 #define LLVM_CLANG_LEX_EXTERNALPREPROCESSORSOURCE_H
 
+#include <cassert>
+#include <cstdint>
+  
 namespace clang {
 
 class IdentifierInfo;


        


More information about the cfe-commits mailing list