From 7f7e06ae7d01af1f7eeef02b4516683be91813a8 Mon Sep 17 00:00:00 2001 From: Hamidreza Date: Sun, 9 Mar 2025 21:10:41 +0330 Subject: [PATCH] bug fix for compiling on Ubuntu-24.04LTS --- src/phasicFlow/eventManagement/subscriber.hpp | 3 +-- src/phasicFlow/processors/localProcessors.hpp | 2 ++ 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/src/phasicFlow/eventManagement/subscriber.hpp b/src/phasicFlow/eventManagement/subscriber.hpp index 8d3c61e3..726b0e2e 100644 --- a/src/phasicFlow/eventManagement/subscriber.hpp +++ b/src/phasicFlow/eventManagement/subscriber.hpp @@ -20,8 +20,7 @@ Licence: #ifndef __subscriber_hpp__ #define __subscriber_hpp__ - - +// from std #include #include "List.hpp" diff --git a/src/phasicFlow/processors/localProcessors.hpp b/src/phasicFlow/processors/localProcessors.hpp index b513199a..196c8867 100644 --- a/src/phasicFlow/processors/localProcessors.hpp +++ b/src/phasicFlow/processors/localProcessors.hpp @@ -20,11 +20,13 @@ Licence: #ifndef __pFlowProcessors_hpp__ #define __pFlowProcessors_hpp__ +// from std #include #include "processors.hpp" #include "types.hpp" +// from mpi #ifdef pFlow_Build_MPI #include "mpi.h" #endif