ui/common/threadpool.h

branch
newapi
changeset 404
384f6d1f5784
parent 280
e3565cf7c831
--- 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

mercurial