Include <string> for compatibility with gcc 3.0.x (the system compiler on
authorBrian Gaeke <gaeke@uiuc.edu>
Fri, 16 Apr 2004 15:57:14 +0000 (15:57 +0000)
committerBrian 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

index ddaca4dae277dffac64023af43c3931b9f3b49fd..dac1c47c9618cc608b91bc03aa9790dbe180cfb9 100644 (file)
@@ -17,6 +17,7 @@
 #define LLVM_CODEGEN_MACHINEINSTR_H
 
 #include "Support/iterator"
+#include <string>
 #include <vector>
 #include <cassert>