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:
d994db0
)
Include <string> for compatibility with gcc 3.0.x (the system compiler on
author
Brian Gaeke
<gaeke@uiuc.edu>
Fri, 16 Apr 2004 15:57:14 +0000
(15:57 +0000)
committer
Brian Gaeke
<gaeke@uiuc.edu>
Fri, 16 Apr 2004 15:57:14 +0000
(15:57 +0000)
Debian.)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@12985
91177308
-0d34-0410-b5e6-
96231b3b80d8
include/llvm/CodeGen/MachineInstr.h
patch
|
blob
|
history
diff --git
a/include/llvm/CodeGen/MachineInstr.h
b/include/llvm/CodeGen/MachineInstr.h
index ddaca4dae277dffac64023af43c3931b9f3b49fd..dac1c47c9618cc608b91bc03aa9790dbe180cfb9 100644
(file)
--- a/
include/llvm/CodeGen/MachineInstr.h
+++ b/
include/llvm/CodeGen/MachineInstr.h
@@
-17,6
+17,7
@@
#define LLVM_CODEGEN_MACHINEINSTR_H
#include "Support/iterator"
+#include <string>
#include <vector>
#include <cassert>