try fix size_t

This commit is contained in:
Green Sky 2023-07-25 16:21:53 +02:00
parent 6f2bc75bfa
commit dc6d86c0c3
No known key found for this signature in database

View File

@ -2,6 +2,7 @@
#include <array>
#include <vector>
#include <cstdint>
template<typename EventI>
struct EventProviderI {