From 026c96f489587e66eef38a824929a1108be90cf0 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 21 Aug 2025 18:28:53 +0000 Subject: [PATCH] fix: iwyu [skip ci] --- src/services/io/podio/JEventSourcePODIO.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/services/io/podio/JEventSourcePODIO.h b/src/services/io/podio/JEventSourcePODIO.h index 84666a5472..8a6672a25f 100644 --- a/src/services/io/podio/JEventSourcePODIO.h +++ b/src/services/io/podio/JEventSourcePODIO.h @@ -13,6 +13,7 @@ #include #include #include +#include #if ((JANA_VERSION_MAJOR == 2) && (JANA_VERSION_MINOR >= 3)) || (JANA_VERSION_MAJOR > 2) #define JANA_NEW_CALLBACK_STYLE 1