Add the missing header file <cstdint> needed by uint64_t
authorCong Hou <congh@google.com>
Sun, 13 Dec 2015 09:32:21 +0000 (09:32 +0000)
committerCong Hou <congh@google.com>
Sun, 13 Dec 2015 09:32:21 +0000 (09:32 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@255457 91177308-0d34-0410-b5e6-96231b3b80d8

lib/CodeGen/MachineBasicBlock.cpp

index f2876ab265b07be1e37ef5b2279e4659289265be..57f31ffdcb626be340ae94efae5636b748a4bfa2 100644 (file)
@@ -34,6 +34,7 @@
 #include "llvm/Target/TargetRegisterInfo.h"
 #include "llvm/Target/TargetSubtargetInfo.h"
 #include <algorithm>
+#include <cstdint>
 using namespace llvm;
 
 #define DEBUG_TYPE "codegen"