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>

View File

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

View File

@@ -53,6 +53,7 @@
#include <cstdlib>
#include <iostream>
#include <fstream>
#include <cmath>
#include <TColor.h>
#include <TROOT.h>