diff options
author | nathan <nathansmith@disroot.org> | 2025-09-02 23:58:05 +0000 |
---|---|---|
committer | nathan <nathansmith@disroot.org> | 2025-09-02 23:58:05 +0000 |
commit | 96b85af286e86b66551a0bb9d18dd7cfcc9087c1 (patch) | |
tree | ea53a063063bf36e5224f3dd82a4346ee9691bc3 /feather-wallet/patches | |
parent | d89656caf69a41ec179d9b0f5868d3dc184cbb2f (diff) | |
download | feather-wallet-void-main.tar.gz feather-wallet-void-main.tar.bz2 feather-wallet-void-main.zip |
Diffstat (limited to 'feather-wallet/patches')
-rw-r--r-- | feather-wallet/patches/add-math-include.patch | 10 |
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 |