Skip to content

Commit 1134424

Browse files
authored
Update ExternalPreprocessorSource.h (#96144)
Add missing includes.
1 parent 1d1d007 commit 1134424

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

clang/include/clang/Lex/ExternalPreprocessorSource.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@
1313
#ifndef LLVM_CLANG_LEX_EXTERNALPREPROCESSORSOURCE_H
1414
#define LLVM_CLANG_LEX_EXTERNALPREPROCESSORSOURCE_H
1515

16+
#include <cassert>
17+
#include <cstdint>
18+
1619
namespace clang {
1720

1821
class IdentifierInfo;

0 commit comments

Comments
 (0)