Merge pull request #10036

f61294d epee: include math header for upcoming Boost 1.89 (Michael Cho)
This commit is contained in:
tobtoht
2025-08-21 16:25:25 +00:00

View File

@@ -1,3 +1,4 @@
#include <math.h>
#include "net/abstract_http_client.h"
#include "net/http_base.h"
#include "net/net_parse_helpers.h"