Add a #include for the uses of uint64_t.
authorDan Gohman <gohman@apple.com>
Fri, 25 Jul 2008 15:39:12 +0000 (15:39 +0000)
committerDan Gohman <gohman@apple.com>
Fri, 25 Jul 2008 15:39:12 +0000 (15:39 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@54016 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/CodeGen/MachineFrameInfo.h

index 0e66423b66c61465fcaf7dd57b424fbe08816be5..a38bc971cd4b48abf2df527d5bcd805a84bc6445 100644 (file)
@@ -14,6 +14,7 @@
 #ifndef LLVM_CODEGEN_MACHINEFRAMEINFO_H
 #define LLVM_CODEGEN_MACHINEFRAMEINFO_H
 
+#include "llvm/Support/DataTypes.h"
 #include <cassert>
 #include <vector>