From 3990228d30194f1cff64900d0df7013eb0a30f9d Mon Sep 17 00:00:00 2001 From: Kai Pastor Date: Sat, 9 Aug 2025 12:41:35 +0200 Subject: [PATCH] include from same dir --- include/thread_pool/thread_pool.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 {