summaryrefslogtreecommitdiffstats
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
commitdb371e376d04a1955d875c8919cbee49999fb65f (patch)
treef01b037eb42321bbc92675c928a9cece085bdf7d
parent4e712de541b3316d7c9ec157aecb2dfeb46fa897 (diff)
downloadbcm5719-llvm-db371e376d04a1955d875c8919cbee49999fb65f.tar.gz
bcm5719-llvm-db371e376d04a1955d875c8919cbee49999fb65f.zip
Include DataTypes.h for 'uint64_t'.
llvm-svn: 73748
-rw-r--r--llvm/include/llvm/MC/MCInst.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/include/llvm/MC/MCInst.h b/llvm/include/llvm/MC/MCInst.h
index e34bc00ba98..4ed9dc7e3fe 100644
--- a/llvm/include/llvm/MC/MCInst.h
+++ b/llvm/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 {
OpenPOWER on IntegriCloud