[NFC] Add include cstdint for SIZE_MAX.

This commit is contained in:
Andrew Browne 2020-04-30 17:24:05 -07:00
parent d96c7f413f
commit a1bd5cd539
1 changed files with 1 additions and 0 deletions

View File

@ -11,6 +11,7 @@
//===----------------------------------------------------------------------===//
#include "llvm/ADT/SmallVector.h"
#include <cstdint>
using namespace llvm;
// Check that no bytes are wasted and everything is well-aligned.