Skip to content

Commit fcc20a2

Browse files
authored
Merge pull request #9603 from bnbarham/missing-include
[Index] Add missing include for `uint8_t`
2 parents 839a410 + 25af4e5 commit fcc20a2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

clang/lib/Index/IndexRecordHasher.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
#define LLVM_CLANG_LIB_INDEX_INDEXRECORDHASHER_H
1111

1212
#include <array>
13+
#include <stdint.h>
1314

1415
namespace clang {
1516
class ASTContext;

0 commit comments

Comments
 (0)