Avoid including <string> directly.

From-SVN: r258046
This commit is contained in:
Martin Sebor 2018-02-27 23:29:51 +00:00 committed by Martin Sebor
parent d4cfd486eb
commit 2211eff659
2 changed files with 5 additions and 1 deletions

View file

@ -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

View file

@ -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"