add missing #include<cmath> to make some compilers happy.

This commit is contained in:
2025-11-27 15:30:45 +01:00
parent 93f6bccaef
commit 975f48f3fa
3 changed files with 3 additions and 0 deletions

View File

@@ -33,6 +33,7 @@
#include <vector>
#include <map>
#include <cstring>
#include <cmath>
#include <boost/algorithm/string.hpp>