From a33467b91715757933509d28092003a28eef7e8f Mon Sep 17 00:00:00 2001 From: portersky <24420859+portersky@users.noreply.github.com> Date: Sun, 14 Jun 2026 19:28:15 +0200 Subject: [PATCH] fix: add stdbool.h include for MSVC compatibility --- stk/stk.h | 1 + 1 file changed, 1 insertion(+) diff --git a/stk/stk.h b/stk/stk.h index bea06d7..7d22eb3 100644 --- a/stk/stk.h +++ b/stk/stk.h @@ -26,6 +26,7 @@ */ #pragma once +#include #include // ---------------------------------------------------------------------------