forked from OSchip/llvm-project
[NFC] Add include cstdint for SIZE_MAX.
This commit is contained in:
parent
d96c7f413f
commit
a1bd5cd539
|
@ -11,6 +11,7 @@
|
||||||
//===----------------------------------------------------------------------===//
|
//===----------------------------------------------------------------------===//
|
||||||
|
|
||||||
#include "llvm/ADT/SmallVector.h"
|
#include "llvm/ADT/SmallVector.h"
|
||||||
|
#include <cstdint>
|
||||||
using namespace llvm;
|
using namespace llvm;
|
||||||
|
|
||||||
// Check that no bytes are wasted and everything is well-aligned.
|
// Check that no bytes are wasted and everything is well-aligned.
|
||||||
|
|
Loading…
Reference in New Issue