Skip to content

Commit cfb3672

Browse files
dklimkinAlexisPerry
authored andcommitted
Update ExternalPreprocessorSource.h (llvm#96144)
Add missing includes.
1 parent 07e407d commit cfb3672

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)