Skip to content

Commit 25af4e5

Browse files
committed
[Index] Add missing include for uint8_t
1 parent 839a410 commit 25af4e5

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)