blob: d82f7b4547fc54c265ad25f99cb586fb08e2fd9d (
plain) (
blame)
1
2
3
4
5
6
7
8
9
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"
|