--- a/ui/common/threadpool.h Sat Nov 30 20:33:16 2024 +0100
+++ b/ui/common/threadpool.h Wed Dec 04 08:55:49 2024 +0100
@@ -31,6 +31,10 @@
#include "../ui/toolkit.h"
+#ifndef _WIN32
+#include <pthread.h>
+#endif
+
#ifdef __cplusplus
extern "C" {
#endif