From c040826a1cd92183a0657066b85ee62fc994b8b9 Mon Sep 17 00:00:00 2001 From: John Date: Tue, 30 Jan 2024 12:01:08 +0100 Subject: [PATCH] SDRPlusPlus: fix build --- srcpkgs/SDRPlusPlus/patches/except.patch | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 srcpkgs/SDRPlusPlus/patches/except.patch diff --git a/srcpkgs/SDRPlusPlus/patches/except.patch b/srcpkgs/SDRPlusPlus/patches/except.patch new file mode 100644 index 00000000000..af08a2c4ff9 --- /dev/null +++ b/srcpkgs/SDRPlusPlus/patches/except.patch @@ -0,0 +1,9 @@ +--- a/core/src/utils/networking.cpp 2021-10-18 00:38:02.000000000 +0200 ++++ - 2024-01-30 11:57:02.773650573 +0100 +@@ -1,5 +1,6 @@ + #include + #include ++#include + + namespace net { +