add missing #include<cmath> to make some compilers happy (qt5 part).

This commit is contained in:
2025-11-27 16:15:18 +01:00
parent c27e4e1a33
commit 6155438676

View File

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