Skip to content

Commit

Permalink
Using std::string requires `#include <string>', says gcc-2.95.3.
Browse files Browse the repository at this point in the history
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7833 91177308-0d34-0410-b5e6-96231b3b80d8
  • Loading branch information
mbrukman committed Aug 13, 2003
1 parent 250d91b commit 6ad9076
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions support/tools/TableGen/CodeGenWrappers.h
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@

#include "llvm/CodeGen/ValueTypes.h"
#include <iosfwd>
#include <string>
#include <vector>
class Record;
class RecordKeeper;
Expand Down
1 change: 1 addition & 0 deletions utils/TableGen/CodeGenTarget.h
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@

#include "llvm/CodeGen/ValueTypes.h"
#include <iosfwd>
#include <string>
#include <vector>
class Record;
class RecordKeeper;
Expand Down
1 change: 1 addition & 0 deletions utils/TableGen/CodeGenWrappers.h
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@

#include "llvm/CodeGen/ValueTypes.h"
#include <iosfwd>
#include <string>
#include <vector>
class Record;
class RecordKeeper;
Expand Down

0 comments on commit 6ad9076

Please sign in to comment.