Using std::string requires `#include <string>', says gcc-2.95.3.
authorMisha Brukman <brukman+llvm@gmail.com>
Wed, 13 Aug 2003 22:27:15 +0000 (22:27 +0000)
committerMisha Brukman <brukman+llvm@gmail.com>
Wed, 13 Aug 2003 22:27:15 +0000 (22:27 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7833 91177308-0d34-0410-b5e6-96231b3b80d8

support/tools/TableGen/CodeGenWrappers.h
utils/TableGen/CodeGenTarget.h
utils/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;
index 595542a24ad608973cc7d35b38b4fbbb7d366e67..00ca3fcc60322a1677b52b9d2a03c0e3ae7ed837 100644 (file)
@@ -12,6 +12,7 @@
 
 #include "llvm/CodeGen/ValueTypes.h"
 #include <iosfwd>
+#include <string>
 #include <vector>
 class Record;
 class RecordKeeper;
index 595542a24ad608973cc7d35b38b4fbbb7d366e67..00ca3fcc60322a1677b52b9d2a03c0e3ae7ed837 100644 (file)
@@ -12,6 +12,7 @@
 
 #include "llvm/CodeGen/ValueTypes.h"
 #include <iosfwd>
+#include <string>
 #include <vector>
 class Record;
 class RecordKeeper;