Skip to content

Commit 8bb1f2d

Browse files
committed
Add <cstdint> include to SmallVector.h and X86MCTargetDesc.h
1 parent f509958 commit 8bb1f2d

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

llvm/include/llvm/ADT/SmallVector.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
#include <algorithm>
2020
#include <cassert>
2121
#include <cstddef>
22+
#include <cstdint>
2223
#include <cstdlib>
2324
#include <cstring>
2425
#include <functional>

llvm/lib/Target/X86/MCTargetDesc/X86MCTargetDesc.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515

1616
#include <memory>
1717
#include <string>
18+
#include <cstdint>
1819

1920
namespace llvm {
2021
class formatted_raw_ostream;

0 commit comments

Comments
 (0)