projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
81873cc
)
Fix a missing include of <string>
author
Martin Liska
<mliska@suse.cz>
Fri, 7 Jun 2019 05:36:52 +0000
(07:36 +0200)
committer
Martin Liska
<mliska@suse.cz>
Mon, 10 Jun 2019 10:26:33 +0000
(12:26 +0200)
gold/ChangeLog:
2019-06-07 Martin Liska <mliska@suse.cz>
* errors.h: Include string.
gold/ChangeLog
patch
|
blob
|
history
gold/errors.h
patch
|
blob
|
history
diff --git
a/gold/ChangeLog
b/gold/ChangeLog
index 5d23e71851c73cdbcb1ef609ddd5d65002ba9ab6..1c66f6e70cd65281d4c832f1cd688715a1a0a88d 100644
(file)
--- a/
gold/ChangeLog
+++ b/
gold/ChangeLog
@@
-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
diff --git
a/gold/errors.h
b/gold/errors.h
index c26b5586379736372b66f032280b69ee957512ea..ac681e965bb2b131dae37fd1fe0495ba5bcf884b 100644
(file)
--- a/
gold/errors.h
+++ b/
gold/errors.h
@@
-24,6
+24,7
@@
#define GOLD_ERRORS_H
#include <cstdarg>
+#include <string>
#include "gold-threads.h"