mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-04 13:57:12 +08:00
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:
@ -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>
|
2019-05-10 Joshua Oreman <oremanj@hudson-trading.com>
|
||||||
|
|
||||||
PR gold/21066
|
PR gold/21066
|
||||||
|
@ -24,6 +24,7 @@
|
|||||||
#define GOLD_ERRORS_H
|
#define GOLD_ERRORS_H
|
||||||
|
|
||||||
#include <cstdarg>
|
#include <cstdarg>
|
||||||
|
#include <string>
|
||||||
|
|
||||||
#include "gold-threads.h"
|
#include "gold-threads.h"
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user