Include DataTypes.h for 'uint64_t'.

llvm-svn: 73748
This commit is contained in:
Zhongxing Xu 2009-06-19 01:56:53 +00:00
parent 4e712de541
commit db371e376d
1 changed files with 1 additions and 0 deletions

View File

@ -18,6 +18,7 @@
#define LLVM_MC_MCINST_H
#include "llvm/ADT/SmallVector.h"
#include "llvm/Support/DataTypes.h"
namespace llvm {