epee: include math header for upcoming Boost 1.89

This commit is contained in:
Michael Cho 2025-08-20 18:06:18 +02:00 committed by selsta
parent 2987b72006
commit e6f43df56a
No known key found for this signature in database
GPG Key ID: 2EA0A99A8B07AE5E

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"