add missing #include<cmath> to make some compilers happy (qt5 part).
All checks were successful
Build and Deploy Documentation / build-and-deploy (push) Successful in 19s

This commit is contained in:
2025-11-27 16:15:18 +01:00
parent 89f695d6ce
commit 8852cf21cf

View File

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