Michael Cho f61294dc6b
epee: include math header for upcoming Boost 1.89
When building on Ubuntu 22.04 with GCC 11.4.0 and Boost 1.89.0.beta1,
the build failed with:
```
error: ‘floor’ was not declared in this scope
     41 |       num_char = (int)floor((float)num_char / (float)radix);
        |                       ^~~~~
```

Signed-off-by: Michael Cho <michael@michaelcho.dev>
2025-08-12 20:07:49 -04:00
..
2025-02-09 11:42:14 +01:00
2025-08-01 11:47:00 +00:00
2024-12-08 18:00:32 +01:00
2024-05-21 16:29:33 +00:00