mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-23 11:39:26 +08:00
Fix building gold with gcc-10.
* descriptors.cc: Include <string>
This commit is contained in:
@ -1,3 +1,7 @@
|
||||
2019-09-24 Nick Clifton <nickc@redhat.com>
|
||||
|
||||
* descriptors.cc: Include <string>
|
||||
|
||||
2019-09-23 Alan Modra <amodra@gmail.com>
|
||||
|
||||
* testsuite/plugin_new_section_layout.c (new_input_hook): Correct
|
||||
|
@ -26,6 +26,7 @@
|
||||
#include <cstdio>
|
||||
#include <cstring>
|
||||
#include <fcntl.h>
|
||||
#include <string>
|
||||
#include <unistd.h>
|
||||
|
||||
#include "debug.h"
|
||||
|
Reference in New Issue
Block a user