From b6dff4d2f3c4a276e4084366ec62ef66fc64f710 Mon Sep 17 00:00:00 2001 From: ENGO150 Date: Sun, 2 Feb 2025 21:58:23 +0100 Subject: [PATCH] included stddef in crypto header cause github actions are way too stupid... --- include/chat/crypto.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/chat/crypto.h b/include/chat/crypto.h index a3c8d68..f55d5b3 100644 --- a/include/chat/crypto.h +++ b/include/chat/crypto.h @@ -23,6 +23,8 @@ along with this program. If not, see . extern "C" { #endif +#include + #include #include