[NFC] Add include cstdint for SIZE_MAX.
authorAndrew Browne <browneee@google.com>
Fri, 1 May 2020 00:24:05 +0000 (17:24 -0700)
committerAndrew Browne <browneee@google.com>
Fri, 1 May 2020 00:24:05 +0000 (17:24 -0700)
llvm/lib/Support/SmallVector.cpp

index 0c9ac83..6d5fe71 100644 (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.