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
..
2024-05-21 16:29:33 +00:00
2015-01-02 18:52:46 +02:00
2024-04-20 19:17:46 +08:00

epee - is a small library of helpers, wrappers, tools and so on, used to make my life easier.