diff --git a/src/thread_pool.cpp b/src/thread_pool.cpp index 9128dcaf9ecb..66641890bf4b 100644 --- a/src/thread_pool.cpp +++ b/src/thread_pool.cpp @@ -14,7 +14,6 @@ #include "thread_pool.hpp" #include -#include #include thread_pool::thread_pool() diff --git a/src/thread_pool.hpp b/src/thread_pool.hpp index 443f3eea7e9b..65d2e152fda7 100644 --- a/src/thread_pool.hpp +++ b/src/thread_pool.hpp @@ -14,6 +14,7 @@ #pragma once #include +#include #include #include #include