Skip to content

Commit a0aa5bc

Browse files
authored
fix: include queue header using relative path (#79)
Partially reported in microsoft/vcpkg#46776.
1 parent 03f4b67 commit a0aa5bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/thread_pool/thread_pool.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
# endif
1616
#endif
1717

18-
#include "thread_pool/thread_safe_queue.h"
18+
#include "thread_safe_queue.h"
1919

2020
namespace dp {
2121
namespace details {

0 commit comments

Comments
 (0)