fix: add stdbool.h include for MSVC compatibility

This commit is contained in:
2026-06-14 19:28:15 +02:00
parent 8276b7bad5
commit a33467b917
+1
View File
@@ -26,6 +26,7 @@
*/ */
#pragma once #pragma once
#include <stdbool.h>
#include <stdint.h> #include <stdint.h>
// --------------------------------------------------------------------------- // ---------------------------------------------------------------------------