summaryrefslogtreecommitdiff
path: root/core/thread_work_pool.h
diff options
context:
space:
mode:
Diffstat (limited to 'core/thread_work_pool.h')
-rw-r--r--core/thread_work_pool.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/core/thread_work_pool.h b/core/thread_work_pool.h
index 214d2c4aa7..8005bf80b8 100644
--- a/core/thread_work_pool.h
+++ b/core/thread_work_pool.h
@@ -33,8 +33,10 @@
#include "core/os/memory.h"
#include "core/os/semaphore.h"
+
#include <atomic>
#include <thread>
+
class ThreadWorkPool {
std::atomic<uint32_t> index;