[llvm-commits] CVS: llvm/utils/TableGen/CodeGenWrappers.h
Misha Brukman
brukman at cs.uiuc.edu
Wed Aug 13 17:28:01 PDT 2003
Changes in directory llvm/utils/TableGen:
CodeGenWrappers.h updated: 1.4 -> 1.5
---
Log message:
Using std::string requires `#include <string>', says gcc-2.95.3.
---
Diffs of the changes:
Index: llvm/utils/TableGen/CodeGenWrappers.h
diff -u llvm/utils/TableGen/CodeGenWrappers.h:1.4 llvm/utils/TableGen/CodeGenWrappers.h:1.5
--- llvm/utils/TableGen/CodeGenWrappers.h:1.4 Sun Aug 10 14:50:32 2003
+++ llvm/utils/TableGen/CodeGenWrappers.h Wed Aug 13 17:27:15 2003
@@ -12,6 +12,7 @@
#include "llvm/CodeGen/ValueTypes.h"
#include <iosfwd>
+#include <string>
#include <vector>
class Record;
class RecordKeeper;
More information about the llvm-commits
mailing list