mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2024-12-26 07:51:06 +00:00
14 lines
262 B
Diff
14 lines
262 B
Diff
|
diff --git a/gold/binary.cc b/gold/binary.cc
|
||
|
index 52df81a..03a8f20 100644
|
||
|
--- a/gold/binary.cc
|
||
|
+++ b/gold/binary.cc
|
||
|
@@ -23,7 +23,7 @@
|
||
|
#include "gold.h"
|
||
|
|
||
|
#include <cerrno>
|
||
|
-#include <cstring>
|
||
|
+#include <string>
|
||
|
|
||
|
#include "elfcpp.h"
|
||
|
#include "stringpool.h"
|