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:
bda9653
)
Add missing include.
author
Daniel Dunbar
<daniel@zuster.org>
Tue, 21 Jul 2009 08:58:44 +0000
(08:58 +0000)
committer
Daniel Dunbar
<daniel@zuster.org>
Tue, 21 Jul 2009 08:58:44 +0000
(08:58 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@76555
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/Target/MSIL/MSILWriter.h
patch
|
blob
|
history
diff --git
a/lib/Target/MSIL/MSILWriter.h
b/lib/Target/MSIL/MSILWriter.h
index 5dab0e8d3344c5a5753194aaacc3434681c697a2..6c52a17be081b43082e5bdf13db48f31fa491a6d 100644
(file)
--- a/
lib/Target/MSIL/MSILWriter.h
+++ b/
lib/Target/MSIL/MSILWriter.h
@@
-19,6
+19,7
@@
#include "llvm/IntrinsicInst.h"
#include "llvm/Pass.h"
#include "llvm/PassManager.h"
+#include "llvm/ADT/StringRef.h"
#include "llvm/Analysis/FindUsedTypes.h"
#include "llvm/Analysis/LoopInfo.h"
#include "llvm/Support/FormattedStream.h"