projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8557c2b
)
Include DataTypes.h for 'uint64_t'.
author
Zhongxing Xu
<xuzhongxing@gmail.com>
Fri, 19 Jun 2009 01:56:53 +0000
(
01:56
+0000)
committer
Zhongxing Xu
<xuzhongxing@gmail.com>
Fri, 19 Jun 2009 01:56:53 +0000
(
01:56
+0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@73748
91177308
-0d34-0410-b5e6-
96231b3b80d8
include/llvm/MC/MCInst.h
patch
|
blob
|
history
diff --git
a/include/llvm/MC/MCInst.h
b/include/llvm/MC/MCInst.h
index e34bc00ba98de40dd105701818916c354f62031e..4ed9dc7e3fea4c3fd16bd1707b6e6a5d1d4521df 100644
(file)
--- 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 {