summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorBrian Gaeke <gaeke@uiuc.edu>2004-04-16 15:57:14 +0000
committerBrian Gaeke <gaeke@uiuc.edu>2004-04-16 15:57:14 +0000
commit5a509c8225063478ee04671570f6975ce29f401d (patch)
tree347b3fa7b9702731784f2cdca735982825be0b37 /include
parentd994db00b2a5409ca1d9ad7e82c9f0d71d6db877 (diff)
downloadexternal_llvm-5a509c8225063478ee04671570f6975ce29f401d.zip
external_llvm-5a509c8225063478ee04671570f6975ce29f401d.tar.gz
external_llvm-5a509c8225063478ee04671570f6975ce29f401d.tar.bz2
Include <string> for compatibility with gcc 3.0.x (the system compiler on
Debian.) git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@12985 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include')
-rw-r--r--include/llvm/CodeGen/MachineInstr.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/llvm/CodeGen/MachineInstr.h b/include/llvm/CodeGen/MachineInstr.h
index ddaca4d..dac1c47 100644
--- 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>