Avoid including <string> directly.
From-SVN: r258046
This commit is contained in:
parent
d4cfd486eb
commit
2211eff659
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
2018-02-27 Martin Sebor <msebor@redhat.com>
|
||||
|
||||
* pt.c: Avoid including <string> directly.
|
||||
|
||||
2018-02-27 Martin Sebor <msebor@redhat.com>
|
||||
|
||||
PR c++/83871
|
||||
|
|
|
@ -24,8 +24,8 @@ along with GCC; see the file COPYING3. If not see
|
|||
all methods must be provided in header files; can't use a source
|
||||
file that contains only the method templates and "just win". */
|
||||
|
||||
#include <string>
|
||||
#include "config.h"
|
||||
#define INCLUDE_STRING
|
||||
#include "system.h"
|
||||
#include "coretypes.h"
|
||||
#include "cp-tree.h"
|
||||
|
|
Loading…
Add table
Reference in a new issue