bug fix for compiling on Ubuntu-24.04LTS
This commit is contained in:
parent
baa99c61c0
commit
7f7e06ae7d
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue