aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortobtoht <tob@featherwallet.org>2025-08-21 16:28:02 +0000
committertobtoht <tob@featherwallet.org>2025-08-21 16:28:02 +0000
commit22fc8f9a09d00e4fd75627bdfc31cb9dcb331b44 (patch)
treedf4c0fe24ff80458dc7c38a2ab285f76160fa86e
parentcc3b1cb29a1391af0579a69079a0955213f392c0 (diff)
parente6f43df56af8f7408069c4f7d0b39dd336846955 (diff)
downloadmonzero-core-22fc8f9a09d00e4fd75627bdfc31cb9dcb331b44.tar.gz
monzero-core-22fc8f9a09d00e4fd75627bdfc31cb9dcb331b44.tar.xz
monzero-core-22fc8f9a09d00e4fd75627bdfc31cb9dcb331b44.zip
Merge pull request #10048
e6f43df epee: include math header for upcoming Boost 1.89 (Michael Cho)
-rw-r--r--contrib/epee/src/abstract_http_client.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/contrib/epee/src/abstract_http_client.cpp b/contrib/epee/src/abstract_http_client.cpp
index 03f73cbbc..ed4a193d9 100644
--- a/contrib/epee/src/abstract_http_client.cpp
+++ b/contrib/epee/src/abstract_http_client.cpp
@@ -1,3 +1,4 @@
+#include <math.h>
#include "net/abstract_http_client.h"
#include "net/http_base.h"
#include "net/net_parse_helpers.h"