summaryrefslogtreecommitdiffstats
path: root/misc/thread_pool.h
diff options
context:
space:
mode:
Diffstat (limited to 'misc/thread_pool.h')
-rw-r--r--misc/thread_pool.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/misc/thread_pool.h b/misc/thread_pool.h
index 14954da58f..39106ee498 100644
--- a/misc/thread_pool.h
+++ b/misc/thread_pool.h
@@ -1,6 +1,7 @@
#ifndef MPV_MP_THREAD_POOL_H
#define MPV_MP_THREAD_POOL_H
+#include <stdbool.h>
struct mp_thread_pool;
// Create a thread pool with the given number of worker threads. This can return