diff options
author | Nick Clifton <nickc@redhat.com> | 2019-09-24 10:07:56 +0100 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2019-09-24 10:07:56 +0100 |
commit | 5d33705c7befb0711c134089cc8fffdbf9bc031c (patch) | |
tree | ba7e800a7ba25b130378a79e2789685994ddd0e9 /gold/descriptors.cc | |
parent | 3868d2e9f18d0351c472c0d6c8864c610e62598a (diff) | |
download | fsf-binutils-gdb-5d33705c7befb0711c134089cc8fffdbf9bc031c.zip fsf-binutils-gdb-5d33705c7befb0711c134089cc8fffdbf9bc031c.tar.gz fsf-binutils-gdb-5d33705c7befb0711c134089cc8fffdbf9bc031c.tar.bz2 |
Fix building gold with gcc-10.
* descriptors.cc: Include <string>
Diffstat (limited to 'gold/descriptors.cc')
-rw-r--r-- | gold/descriptors.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gold/descriptors.cc b/gold/descriptors.cc index 92fd42f..d5cc9fc 100644 --- a/gold/descriptors.cc +++ b/gold/descriptors.cc @@ -26,6 +26,7 @@ #include <cstdio> #include <cstring> #include <fcntl.h> +#include <string> #include <unistd.h> #include "debug.h" |