Skip to content
Snippets Groups Projects
Commit a1bd5cd5 authored by Andrew Browne's avatar Andrew Browne
Browse files

[NFC] Add include cstdint for SIZE_MAX.

parent d96c7f41
No related branches found
No related tags found
No related merge requests found
...@@ -11,6 +11,7 @@ ...@@ -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.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment