Using std::string requires `#include <string>', says gcc-2.95.3.
[oota-llvm.git] / support / tools / TableGen / CodeGenWrappers.h
index 595542a24ad608973cc7d35b38b4fbbb7d366e67..00ca3fcc60322a1677b52b9d2a03c0e3ae7ed837 100644 (file)
@@ -12,6 +12,7 @@
 
 #include "llvm/CodeGen/ValueTypes.h"
 #include <iosfwd>
+#include <string>
 #include <vector>
 class Record;
 class RecordKeeper;