mirror of
https://github.com/PhasicFlow/phasicFlow.git
synced 2025-07-28 03:27:05 +00:00
bug fix for compiling on ubuntu-24
This commit is contained in:
@ -22,7 +22,7 @@ Licence:
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
#include <array>
|
#include <vector>
|
||||||
|
|
||||||
#include "List.hpp"
|
#include "List.hpp"
|
||||||
#include "message.hpp"
|
#include "message.hpp"
|
||||||
|
@ -20,6 +20,7 @@ Licence:
|
|||||||
#ifndef __pFlowProcessors_hpp__
|
#ifndef __pFlowProcessors_hpp__
|
||||||
#define __pFlowProcessors_hpp__
|
#define __pFlowProcessors_hpp__
|
||||||
|
|
||||||
|
#include <vector>
|
||||||
|
|
||||||
#include "processors.hpp"
|
#include "processors.hpp"
|
||||||
#include "types.hpp"
|
#include "types.hpp"
|
||||||
@ -158,4 +159,4 @@ public:
|
|||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
Reference in New Issue
Block a user