From 96b85af286e86b66551a0bb9d18dd7cfcc9087c1 Mon Sep 17 00:00:00 2001 From: nathan Date: Tue, 2 Sep 2025 17:58:05 -0600 Subject: Fixed the thing --- feather-wallet/patches/add-math-include.patch | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 feather-wallet/patches/add-math-include.patch (limited to 'feather-wallet/patches/add-math-include.patch') diff --git a/feather-wallet/patches/add-math-include.patch b/feather-wallet/patches/add-math-include.patch new file mode 100644 index 0000000..d82f7b4 --- /dev/null +++ b/feather-wallet/patches/add-math-include.patch @@ -0,0 +1,10 @@ +--- a/monero/contrib/epee/src/abstract_http_client.cpp 2025-09-02 23:06:37.076475782 +0000 ++++ b/monero/contrib/epee/src/abstract_http_client.cpp 2025-09-02 23:07:22.434327680 +0000 +@@ -2,6 +2,7 @@ + #include "net/http_base.h" + #include "net/net_parse_helpers.h" + #include "misc_log_ex.h" ++#include "math.h" + + #undef MONERO_DEFAULT_LOG_CATEGORY + #define MONERO_DEFAULT_LOG_CATEGORY "net.http" \ No newline at end of file -- cgit v1.2.3