diff options
| author | Misha Brukman <brukman+llvm@gmail.com> | 2003-08-13 22:27:15 +0000 |
|---|---|---|
| committer | Misha Brukman <brukman+llvm@gmail.com> | 2003-08-13 22:27:15 +0000 |
| commit | 0fe23478bfcb2a7f5104d85f88f7f9ea9fba51b4 (patch) | |
| tree | 93972ae7b3db3a0049ef158dd48b00f4c86a4338 | |
| parent | cbf0839a03c9df8f50d34d5a288177046b1e916b (diff) | |
| download | bcm5719-llvm-0fe23478bfcb2a7f5104d85f88f7f9ea9fba51b4.tar.gz bcm5719-llvm-0fe23478bfcb2a7f5104d85f88f7f9ea9fba51b4.zip | |
Using std::string requires `#include <string>', says gcc-2.95.3.
llvm-svn: 7833
| -rw-r--r-- | llvm/support/tools/TableGen/CodeGenWrappers.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/support/tools/TableGen/CodeGenWrappers.h b/llvm/support/tools/TableGen/CodeGenWrappers.h index 595542a24ad..00ca3fcc603 100644 --- a/llvm/support/tools/TableGen/CodeGenWrappers.h +++ b/llvm/support/tools/TableGen/CodeGenWrappers.h @@ -12,6 +12,7 @@ #include "llvm/CodeGen/ValueTypes.h" #include <iosfwd> +#include <string> #include <vector> class Record; class RecordKeeper; |

