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:
b7d0c90
)
Add missing include.
author
Daniel Dunbar
<daniel@zuster.org>
Wed, 29 Jul 2009 16:45:40 +0000
(16:45 +0000)
committer
Daniel Dunbar
<daniel@zuster.org>
Wed, 29 Jul 2009 16:45:40 +0000
(16:45 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@77470
91177308
-0d34-0410-b5e6-
96231b3b80d8
include/llvm/MC/MCAsmLexer.h
patch
|
blob
|
history
diff --git
a/include/llvm/MC/MCAsmLexer.h
b/include/llvm/MC/MCAsmLexer.h
index be5083becc4af8dd87ae98590f36cb7e6b820287..b1b4dd1155eff7d467d3ee063b1f349579b74e12 100644
(file)
--- a/
include/llvm/MC/MCAsmLexer.h
+++ b/
include/llvm/MC/MCAsmLexer.h
@@
-11,6
+11,7
@@
#define LLVM_MC_MCASMLEXER_H
#include "llvm/ADT/StringRef.h"
+#include "llvm/Support/DataTypes.h"
namespace llvm {
class MCAsmLexer;