aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/dp-thread-pool/include.diff
blob: 3655fa2b5572c4aa0718c25e4bb875aa5c59776c (plain)
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 {