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:
parent
81873cc81e
commit
a3972330f4
@ -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
|
||||
|
@ -24,6 +24,7 @@
|
||||
#define GOLD_ERRORS_H
|
||||
|
||||
#include <cstdarg>
|
||||
#include <string>
|
||||
|
||||
#include "gold-threads.h"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user