From baa99c61c05d31964f5d450d7745af3f24990320 Mon Sep 17 00:00:00 2001 From: Hamidreza Date: Thu, 6 Mar 2025 00:14:14 +0330 Subject: [PATCH] bug fix for compiling on ubuntu-24 --- src/phasicFlow/eventManagement/subscriber.hpp | 2 +- src/phasicFlow/processors/localProcessors.hpp | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/src/phasicFlow/eventManagement/subscriber.hpp b/src/phasicFlow/eventManagement/subscriber.hpp index 3c3c0396..8d3c61e3 100644 --- a/src/phasicFlow/eventManagement/subscriber.hpp +++ b/src/phasicFlow/eventManagement/subscriber.hpp @@ -22,7 +22,7 @@ Licence: -#include +#include #include "List.hpp" #include "message.hpp" diff --git a/src/phasicFlow/processors/localProcessors.hpp b/src/phasicFlow/processors/localProcessors.hpp index 1e1d6d3e..b513199a 100644 --- a/src/phasicFlow/processors/localProcessors.hpp +++ b/src/phasicFlow/processors/localProcessors.hpp @@ -20,6 +20,7 @@ Licence: #ifndef __pFlowProcessors_hpp__ #define __pFlowProcessors_hpp__ +#include #include "processors.hpp" #include "types.hpp" @@ -158,4 +159,4 @@ public: } -#endif \ No newline at end of file +#endif