From 524253bd00e1f07e66b3393f3bb7c4a1b0b2ad8d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrgen=20Buchm=C3=BCller?= Date: Mon, 18 Jan 2021 19:38:00 +0100 Subject: [PATCH] sysexer-ng: fix build w/ gcc10 --- srcpkgs/sysexxer-ng/patches/fix-std_string.patch | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 srcpkgs/sysexxer-ng/patches/fix-std_string.patch diff --git a/srcpkgs/sysexxer-ng/patches/fix-std_string.patch b/srcpkgs/sysexxer-ng/patches/fix-std_string.patch new file mode 100644 index 00000000000..d6e7a579642 --- /dev/null +++ b/srcpkgs/sysexxer-ng/patches/fix-std_string.patch @@ -0,0 +1,10 @@ +--- sources/utility.h 2019-03-14 19:21:37.000000000 +0100 ++++ sources/utility.h 2021-01-18 19:36:38.116292685 +0100 +@@ -5,6 +5,7 @@ + + #include + #include ++#include + #include + #include + #include