1
0
mirror of https://github.com/libretro/Lakka-LibreELEC.git synced 2024-11-28 06:14:38 +00:00
Lakka-LibreELEC/projects/L4T/packages/binutils/patches/binutils-add_missing_include.patch
2024-05-17 14:31:27 +02:00

13 lines
222 B
Diff

diff --git a/gold/errors.h b/gold/errors.h
index c26b5586..d1322029 100644
--- a/gold/errors.h
+++ b/gold/errors.h
@@ -26,6 +26,7 @@
#include <cstdarg>
#include "gold-threads.h"
+#include <string>
namespace gold
{