From d57ac74f5a0660983ed9752d333b2ca603f8de2a Mon Sep 17 00:00:00 2001 From: Green Sky Date: Tue, 25 Jul 2023 15:39:23 +0200 Subject: [PATCH] fix unknown size_t --- solanaceae/toxcore/tox_key.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/solanaceae/toxcore/tox_key.cpp b/solanaceae/toxcore/tox_key.cpp index f2159ad..aa951bc 100644 --- a/solanaceae/toxcore/tox_key.cpp +++ b/solanaceae/toxcore/tox_key.cpp @@ -1,5 +1,6 @@ #include "./tox_key.hpp" +#include #include ToxKey::ToxKey(const std::vector& v) {