[llvm-commits] CVS: llvm/include/llvm/CodeGen/MachineInstr.h

Brian Gaeke gaeke at cs.uiuc.edu
Fri Apr 16 10:57:11 PDT 2004


Changes in directory llvm/include/llvm/CodeGen:

MachineInstr.h updated: 1.145 -> 1.146

---
Log message:

Include <string> for compatibility with gcc 3.0.x (the system compiler on
Debian.)


---
Diffs of the changes:  (+1 -0)

Index: llvm/include/llvm/CodeGen/MachineInstr.h
diff -u llvm/include/llvm/CodeGen/MachineInstr.h:1.145 llvm/include/llvm/CodeGen/MachineInstr.h:1.146
--- llvm/include/llvm/CodeGen/MachineInstr.h:1.145	Thu Mar  4 12:02:07 2004
+++ llvm/include/llvm/CodeGen/MachineInstr.h	Fri Apr 16 10:57:14 2004
@@ -17,6 +17,7 @@
 #define LLVM_CODEGEN_MACHINEINSTR_H
 
 #include "Support/iterator"
+#include <string>
 #include <vector>
 #include <cassert>
 





More information about the llvm-commits mailing list