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