aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorZhongxing Xu <xuzhongxing@gmail.com>2009-06-19 01:56:53 +0000
committerZhongxing Xu <xuzhongxing@gmail.com>2009-06-19 01:56:53 +0000
commit8ebf83b2cc67e53ac55d5022dc3866c13df88c69 (patch)
tree4f8bfd017efe50c16902f8e5b2ea92d9be41e38a
parent8557c2bcb8002169d890eb8485e9a1d7219e4343 (diff)
downloadexternal_llvm-8ebf83b2cc67e53ac55d5022dc3866c13df88c69.zip
external_llvm-8ebf83b2cc67e53ac55d5022dc3866c13df88c69.tar.gz
external_llvm-8ebf83b2cc67e53ac55d5022dc3866c13df88c69.tar.bz2
Include DataTypes.h for 'uint64_t'.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@73748 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--include/llvm/MC/MCInst.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/llvm/MC/MCInst.h b/include/llvm/MC/MCInst.h
index e34bc00..4ed9dc7 100644
--- a/include/llvm/MC/MCInst.h
+++ b/include/llvm/MC/MCInst.h
@@ -18,6 +18,7 @@
#define LLVM_MC_MCINST_H
#include "llvm/ADT/SmallVector.h"
+#include "llvm/Support/DataTypes.h"
namespace llvm {