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__
|
#ifndef __subscriber_hpp__
|
||||||
#define __subscriber_hpp__
|
#define __subscriber_hpp__
|
||||||
|
|
||||||
|
// from std
|
||||||
|
|
||||||
#include <vector>
|
#include <vector>
|
||||||
|
|
||||||
#include "List.hpp"
|
#include "List.hpp"
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue