diff options
Diffstat (limited to 'src/common')
-rw-r--r-- | src/common/thread_worker.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common/thread_worker.h b/src/common/thread_worker.h index 0a975a869..cd0017726 100644 --- a/src/common/thread_worker.h +++ b/src/common/thread_worker.h @@ -5,6 +5,7 @@ #pragma once #include <atomic> +#include <condition_variable> #include <functional> #include <mutex> #include <stop_token> |