From: Martin Liska Date: Fri, 7 Jun 2019 05:36:52 +0000 (+0200) Subject: Fix a missing include of X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=a3972330f49f81b3bea64af0970d22f42ae56ec3;p=binutils-gdb.git Fix a missing include of gold/ChangeLog: 2019-06-07 Martin Liska * errors.h: Include string. --- diff --git a/gold/ChangeLog b/gold/ChangeLog index 5d23e71851c..1c66f6e70cd 100644 --- a/gold/ChangeLog +++ b/gold/ChangeLog @@ -1,3 +1,7 @@ +2019-06-10 Martin Liska + + * errors.h: Include string. + 2019-05-10 Joshua Oreman PR gold/21066 diff --git a/gold/errors.h b/gold/errors.h index c26b5586379..ac681e965bb 100644 --- a/gold/errors.h +++ b/gold/errors.h @@ -24,6 +24,7 @@ #define GOLD_ERRORS_H #include +#include #include "gold-threads.h"