Include DataTypes.h for 'uint64_t'.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@73748 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Zhongxing Xu 2009-06-19 01:56:53 +00:00
parent 8557c2bcb8
commit 8ebf83b2cc

View File

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