fix size_t

This commit is contained in:
Green Sky 2023-07-25 16:26:35 +02:00
parent cd48e27028
commit b49db892f6
No known key found for this signature in database
1 changed files with 1 additions and 0 deletions

View File

@ -3,6 +3,7 @@
#include <array>
#include <vector>
#include <cstdint>
#include <cstddef>
// public key or secret key, or conf uid
struct ToxKey {