Fix a missing include of <string>

gold/ChangeLog:

2019-06-07  Martin Liska  <mliska@suse.cz>

	* errors.h: Include string.
This commit is contained in:
Martin Liska 2019-06-07 07:36:52 +02:00
parent 81873cc81e
commit a3972330f4
2 changed files with 5 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2019-06-10 Martin Liska <mliska@suse.cz>
* errors.h: Include string.
2019-05-10 Joshua Oreman <oremanj@hudson-trading.com>
PR gold/21066

View File

@ -24,6 +24,7 @@
#define GOLD_ERRORS_H
#include <cstdarg>
#include <string>
#include "gold-threads.h"