aboutsummaryrefslogtreecommitdiffstats
path: root/feather-wallet/patches/add-math-include.patch
diff options
context:
space:
mode:
Diffstat (limited to 'feather-wallet/patches/add-math-include.patch')
-rw-r--r--feather-wallet/patches/add-math-include.patch10
1 files changed, 10 insertions, 0 deletions
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