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; _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits