1 2 3 4 5 6 7 8 9 10 11 12 13
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 {