diff options
Diffstat (limited to 'core/thread_work_pool.cpp')
-rw-r--r-- | core/thread_work_pool.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/thread_work_pool.cpp b/core/thread_work_pool.cpp index c8311f102f..28e933ac4d 100644 --- a/core/thread_work_pool.cpp +++ b/core/thread_work_pool.cpp @@ -29,6 +29,7 @@ /*************************************************************************/ #include "thread_work_pool.h" + #include "core/os/os.h" void ThreadWorkPool::_thread_function(ThreadData *p_thread) { |