From 021bd292ad6200a4cc79ba2856c7fc6f4dc756a8 Mon Sep 17 00:00:00 2001 From: Michal Sedlak Date: Tue, 27 Jan 2026 16:33:38 +0100 Subject: [PATCH] core: fix includes in utils.c Missing include was causing a symbol to not be exported. --- src/core/utils.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/core/utils.c b/src/core/utils.c index e6240c68..81c5c1b6 100644 --- a/src/core/utils.c +++ b/src/core/utils.c @@ -57,6 +57,7 @@ extern "C" { #endif #include #include +#include #ifdef __cplusplus } #endif