mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2024-12-20 05:17:54 +00:00
caf8e72233
Signed-off-by: Bryan Hundven <bryanhundven@gmail.com>
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"
|