Skip to content

Commit 757a027

Browse files
committed
SmallVector.h: add stdint include. Fix #8
Not needed on some compilers/toolchain, but doesn't hurt anyway. More modern LLVM versions have it as well.
1 parent e04f59c commit 757a027

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-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>

0 commit comments

Comments
 (0)