1
0
mirror of https://github.com/PhasicFlow/phasicFlow.git synced 2025-08-07 03:37:02 +00:00

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
src/phasicFlow
eventManagement
processors

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

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