Skip to content
Snippets Groups Projects
Commit a3972330 authored by Martin Liska's avatar Martin Liska
Browse files

Fix a missing include of <string>

gold/ChangeLog:

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

	* errors.h: Include string.
parent 81873cc8
No related branches found
No related tags found
No related merge requests found
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"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment