]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
Fix a missing include of <string>
authorMartin Liska <mliska@suse.cz>
Fri, 7 Jun 2019 05:36:52 +0000 (07:36 +0200)
committerMartin 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
gold/errors.h

index 5d23e71851c73cdbcb1ef609ddd5d65002ba9ab6..1c66f6e70cd65281d4c832f1cd688715a1a0a88d 100644 (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
index c26b5586379736372b66f032280b69ee957512ea..ac681e965bb2b131dae37fd1fe0495ba5bcf884b 100644 (file)
@@ -24,6 +24,7 @@
 #define GOLD_ERRORS_H
 
 #include <cstdarg>
+#include <string>
 
 #include "gold-threads.h"