diff --git a/include/thread_pool/thread_pool.h b/include/thread_pool/thread_pool.h index 4dbe54f..4b97ec5 100644 --- a/include/thread_pool/thread_pool.h +++ b/include/thread_pool/thread_pool.h @@ -15,7 +15,7 @@ # endif #endif -#include "thread_pool/thread_safe_queue.h" +#include "thread_safe_queue.h" namespace dp { namespace details {