mirror of
https://github.com/PhasicFlow/phasicFlow.git
synced 2025-06-22 16:28:30 +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 "message.hpp"
|
||||
|
@ -20,6 +20,7 @@ Licence:
|
||||
#ifndef __pFlowProcessors_hpp__
|
||||
#define __pFlowProcessors_hpp__
|
||||
|
||||
#include <vector>
|
||||
|
||||
#include "processors.hpp"
|
||||
#include "types.hpp"
|
||||
@ -158,4 +159,4 @@ public:
|
||||
|
||||
}
|
||||
|
||||
#endif
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user