bug fix for compiling on ubuntu-24

This commit is contained in:
Hamidreza 2025-03-06 00:14:14 +03:30
parent 5394dce7aa
commit baa99c61c0
2 changed files with 3 additions and 2 deletions

View File

@ -22,7 +22,7 @@ Licence:
#include <array>
#include <vector>
#include "List.hpp"
#include "message.hpp"

View File

@ -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