From 2e3fcf963b4967f22eb3ecf50ffc410778ba992e Mon Sep 17 00:00:00 2001 From: Chris Jones Date: Thu, 30 May 2024 11:10:48 -0500 Subject: [PATCH] Added missing header in StreamerInputModule.h Made header consistent. --- IOPool/Streamer/interface/StreamerInputModule.h | 1 + 1 file changed, 1 insertion(+) diff --git a/IOPool/Streamer/interface/StreamerInputModule.h b/IOPool/Streamer/interface/StreamerInputModule.h index fd7fc86f042d9..986f43662e369 100644 --- a/IOPool/Streamer/interface/StreamerInputModule.h +++ b/IOPool/Streamer/interface/StreamerInputModule.h @@ -2,6 +2,7 @@ #define IOPool_Streamer_StreamerInputModule_h #include "IOPool/Streamer/interface/StreamerInputSource.h" +#include "IOPool/Streamer/interface/EventMessage.h" #include "FWCore/Utilities/interface/DebugMacros.h" #include "FWCore/Utilities/interface/propagate_const.h"