summaryrefslogtreecommitdiff
path: root/include/llvm/CodeGen/MachineFrameInfo.h
diff options
context:
space:
mode:
authorDan Gohman <gohman@apple.com>2008-07-25 15:39:12 +0000
committerDan Gohman <gohman@apple.com>2008-07-25 15:39:12 +0000
commit58b65521f82404e11f53a18b77610e0a762c8141 (patch)
treef90369aece52fa9a0751158e704cdf117e08343a /include/llvm/CodeGen/MachineFrameInfo.h
parent1f335e3139227eec93698ba87e77bd7042e81f69 (diff)
downloadllvm-58b65521f82404e11f53a18b77610e0a762c8141.tar.gz
llvm-58b65521f82404e11f53a18b77610e0a762c8141.tar.bz2
llvm-58b65521f82404e11f53a18b77610e0a762c8141.tar.xz
Add a #include for the uses of uint64_t.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@54016 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/CodeGen/MachineFrameInfo.h')
-rw-r--r--include/llvm/CodeGen/MachineFrameInfo.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/llvm/CodeGen/MachineFrameInfo.h b/include/llvm/CodeGen/MachineFrameInfo.h
index 0e66423b66..a38bc971cd 100644
--- a/include/llvm/CodeGen/MachineFrameInfo.h
+++ b/include/llvm/CodeGen/MachineFrameInfo.h
@@ -14,6 +14,7 @@
#ifndef LLVM_CODEGEN_MACHINEFRAMEINFO_H
#define LLVM_CODEGEN_MACHINEFRAMEINFO_H
+#include "llvm/Support/DataTypes.h"
#include <cassert>
#include <vector>