From c72e141c170548eb7e1864f94f83d6e99c7fe19e Mon Sep 17 00:00:00 2001 From: Jeroen Hofstee Date: Thu, 1 May 2025 21:16:58 +0200 Subject: [PATCH] threadloop: add missing include --- threadloop.h | 1 + 1 file changed, 1 insertion(+) diff --git a/threadloop.h b/threadloop.h index 8f00fe4..9d193f3 100644 --- a/threadloop.h +++ b/threadloop.h @@ -13,6 +13,7 @@ See LICENSE for license details. #define MAX_EVENTS 65536 +#include #include #include "forward_declarations.h"