From 838b35a178dd4d991ab69e51d1121ee87247963c Mon Sep 17 00:00:00 2001 From: BiaoZhang Date: Tue, 24 Feb 2026 13:40:41 +0100 Subject: [PATCH 1/2] add the missing header in PID utilities header --- PWGHF/Utils/utilsPid.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/PWGHF/Utils/utilsPid.h b/PWGHF/Utils/utilsPid.h index 3f7aa28f5cc..674315edc81 100644 --- a/PWGHF/Utils/utilsPid.h +++ b/PWGHF/Utils/utilsPid.h @@ -21,6 +21,8 @@ #include "Common/DataModel/PIDResponseTPC.h" #include +#include +#include #include #include From 527220a907588918ecbca7deda6ce9deaa08472d Mon Sep 17 00:00:00 2001 From: BiaoZhang Date: Tue, 24 Feb 2026 13:53:37 +0100 Subject: [PATCH 2/2] add the missing header in 3prong candidate creator --- PWGHF/TableProducer/candidateCreator3Prong.cxx | 1 + 1 file changed, 1 insertion(+) diff --git a/PWGHF/TableProducer/candidateCreator3Prong.cxx b/PWGHF/TableProducer/candidateCreator3Prong.cxx index 334f185a169..7ae95c956b7 100644 --- a/PWGHF/TableProducer/candidateCreator3Prong.cxx +++ b/PWGHF/TableProducer/candidateCreator3Prong.cxx @@ -48,6 +48,7 @@ #include #include #include +#include #include #include #include