bug fix for compiling on Ubuntu-24.04LTS

This commit is contained in:
Hamidreza 2025-03-09 21:10:41 +03:30
parent baa99c61c0
commit 7f7e06ae7d
2 changed files with 3 additions and 2 deletions

View File

@ -20,8 +20,7 @@ Licence:
#ifndef __subscriber_hpp__ #ifndef __subscriber_hpp__
#define __subscriber_hpp__ #define __subscriber_hpp__
// from std
#include <vector> #include <vector>
#include "List.hpp" #include "List.hpp"

View File

@ -20,11 +20,13 @@ Licence:
#ifndef __pFlowProcessors_hpp__ #ifndef __pFlowProcessors_hpp__
#define __pFlowProcessors_hpp__ #define __pFlowProcessors_hpp__
// from std
#include <vector> #include <vector>
#include "processors.hpp" #include "processors.hpp"
#include "types.hpp" #include "types.hpp"
// from mpi
#ifdef pFlow_Build_MPI #ifdef pFlow_Build_MPI
#include "mpi.h" #include "mpi.h"
#endif #endif