aboutsummaryrefslogtreecommitdiffstats
path: root/feather-wallet/patches/add-math-include.patch
diff options
context:
space:
mode:
authornathan <nathansmith@disroot.org>2025-09-02 23:58:05 +0000
committernathan <nathansmith@disroot.org>2025-09-02 23:58:05 +0000
commit96b85af286e86b66551a0bb9d18dd7cfcc9087c1 (patch)
treeea53a063063bf36e5224f3dd82a4346ee9691bc3 /feather-wallet/patches/add-math-include.patch
parentd89656caf69a41ec179d9b0f5868d3dc184cbb2f (diff)
downloadfeather-wallet-void-main.tar.gz
feather-wallet-void-main.tar.bz2
feather-wallet-void-main.zip
Fixed the thingHEADmain
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