Skip to content

Commit a1bd5cd

Browse files
committed
[NFC] Add include cstdint for SIZE_MAX.
1 parent d96c7f4 commit a1bd5cd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

llvm/lib/Support/SmallVector.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
//===----------------------------------------------------------------------===//
1212

1313
#include "llvm/ADT/SmallVector.h"
14+
#include <cstdint>
1415
using namespace llvm;
1516

1617
// Check that no bytes are wasted and everything is well-aligned.

0 commit comments

Comments
 (0)