Add a #include for the uses of uint64_t.

llvm-svn: 54016
This commit is contained in:
Dan Gohman 2008-07-25 15:39:12 +00:00
parent 4e6a25ac45
commit a55fd4021e
1 changed files with 1 additions and 0 deletions

View File

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