diff options
author | Martin Liska <mliska@suse.cz> | 2019-06-07 07:36:52 +0200 |
---|---|---|
committer | Martin Liska <mliska@suse.cz> | 2019-06-10 12:26:33 +0200 |
commit | a3972330f49f81b3bea64af0970d22f42ae56ec3 (patch) | |
tree | 95ba311afbc190377cd1de1959f53ae0739b75a0 /gold/errors.h | |
parent | 81873cc81effbd657efe5f525d369e430ce77d7a (diff) | |
download | gdb-a3972330f49f81b3bea64af0970d22f42ae56ec3.zip gdb-a3972330f49f81b3bea64af0970d22f42ae56ec3.tar.gz gdb-a3972330f49f81b3bea64af0970d22f42ae56ec3.tar.bz2 |
Fix a missing include of <string>
gold/ChangeLog:
2019-06-07 Martin Liska <mliska@suse.cz>
* errors.h: Include string.
Diffstat (limited to 'gold/errors.h')
-rw-r--r-- | gold/errors.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gold/errors.h b/gold/errors.h index c26b558..ac681e9 100644 --- a/gold/errors.h +++ b/gold/errors.h @@ -24,6 +24,7 @@ #define GOLD_ERRORS_H #include <cstdarg> +#include <string> #include "gold-threads.h" |