From b937f53aa60a75993d75e39e3fdabafc385b1730 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicol=C3=B2=20Jacazio?= Date: Mon, 25 Aug 2025 15:41:35 +0200 Subject: [PATCH] Add missing includes --- Detectors/CTF/test/test_ctf_io_cpv.cxx | 1 + Detectors/ITSMFT/ITS/postprocessing/studies/src/Helpers.cxx | 1 + Detectors/TPC/spacecharge/src/DataContainer3D.cxx | 2 ++ GPU/GPUTracking/qa/genEvents.h | 1 + 4 files changed, 5 insertions(+) diff --git a/Detectors/CTF/test/test_ctf_io_cpv.cxx b/Detectors/CTF/test/test_ctf_io_cpv.cxx index e4b91569d1df3..34a383a6875a0 100644 --- a/Detectors/CTF/test/test_ctf_io_cpv.cxx +++ b/Detectors/CTF/test/test_ctf_io_cpv.cxx @@ -28,6 +28,7 @@ #include #include #include +#include #include using namespace o2::cpv; diff --git a/Detectors/ITSMFT/ITS/postprocessing/studies/src/Helpers.cxx b/Detectors/ITSMFT/ITS/postprocessing/studies/src/Helpers.cxx index 70b9bfb64dfd5..a5b3495047934 100644 --- a/Detectors/ITSMFT/ITS/postprocessing/studies/src/Helpers.cxx +++ b/Detectors/ITSMFT/ITS/postprocessing/studies/src/Helpers.cxx @@ -10,6 +10,7 @@ // or submit itself to any jurisdiction. #include +#include // o2 includes #include "ITSStudies/Helpers.h" diff --git a/Detectors/TPC/spacecharge/src/DataContainer3D.cxx b/Detectors/TPC/spacecharge/src/DataContainer3D.cxx index c9a39e940873d..cd2802b975fd2 100644 --- a/Detectors/TPC/spacecharge/src/DataContainer3D.cxx +++ b/Detectors/TPC/spacecharge/src/DataContainer3D.cxx @@ -17,6 +17,8 @@ #include "Framework/Logger.h" #include "TFile.h" #include "ROOT/RDataFrame.hxx" +#include "TStopwatch.h" +#include "TTree.h" #include #include diff --git a/GPU/GPUTracking/qa/genEvents.h b/GPU/GPUTracking/qa/genEvents.h index abf1742b48e88..ee5510c729525 100644 --- a/GPU/GPUTracking/qa/genEvents.h +++ b/GPU/GPUTracking/qa/genEvents.h @@ -16,6 +16,7 @@ #define GENEVENTS_H #include "GPUCommonDef.h" +#include namespace o2::gpu {