Merge pull request #10048

e6f43df epee: include math header for upcoming Boost 1.89 (Michael Cho)
This commit is contained in:
tobtoht 2025-08-21 16:28:02 +00:00
commit 22fc8f9a09
No known key found for this signature in database
GPG Key ID: E45B10DD027D2472

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"