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
This commit is contained in:
Dan Gohman 2008-07-25 15:39:12 +00:00
parent 1f335e3139
commit 58b65521f8

View File

@ -14,6 +14,7 @@
#ifndef LLVM_CODEGEN_MACHINEFRAMEINFO_H
#define LLVM_CODEGEN_MACHINEFRAMEINFO_H
#include "llvm/Support/DataTypes.h"
#include <cassert>
#include <vector>