mirror of
https://github.com/PhasicFlow/phasicFlow.git
synced 2025-07-28 03:27:05 +00:00
bug fix for compiling on Ubuntu-24.04LTS
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user