From 26e59dfc511695c58cb05f68acfe779edc54bc01 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicol=C3=B2=20Jacazio?= Date: Mon, 25 Aug 2025 15:34:11 +0200 Subject: [PATCH] Add includes --- Detectors/PHOS/reconstruction/src/CaloRawFitter.cxx | 1 + Detectors/PHOS/reconstruction/src/CaloRawFitterGS.cxx | 2 ++ 2 files changed, 3 insertions(+) diff --git a/Detectors/PHOS/reconstruction/src/CaloRawFitter.cxx b/Detectors/PHOS/reconstruction/src/CaloRawFitter.cxx index 37ba3ecae7159..aa929f8d6c6e5 100644 --- a/Detectors/PHOS/reconstruction/src/CaloRawFitter.cxx +++ b/Detectors/PHOS/reconstruction/src/CaloRawFitter.cxx @@ -13,6 +13,7 @@ /// \author Dmitri Peresunko #include +#include #include "PHOSReconstruction/CaloRawFitter.h" #include "PHOSBase/PHOSSimParams.h" diff --git a/Detectors/PHOS/reconstruction/src/CaloRawFitterGS.cxx b/Detectors/PHOS/reconstruction/src/CaloRawFitterGS.cxx index 08c1f7fb14bc1..3ea506cf203aa 100644 --- a/Detectors/PHOS/reconstruction/src/CaloRawFitterGS.cxx +++ b/Detectors/PHOS/reconstruction/src/CaloRawFitterGS.cxx @@ -13,6 +13,8 @@ /// \author Dmitri Peresunko #include +#include +#include #include "PHOSReconstruction/CaloRawFitterGS.h" #include "PHOSBase/PHOSSimParams.h"