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

@@ -32,6 +32,7 @@
#include <vector>
#include <string>
#include <memory>
#include <cmath>
#include <boost/filesystem.hpp>
#include <boost/algorithm/string.hpp>