Skip to content

Commit

Permalink
fix: forgot to change this include when moving source over
Browse files Browse the repository at this point in the history
  • Loading branch information
braindigitalis committed Sep 24, 2024
1 parent b63492f commit 7ba4f78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dpp/thread_pool.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
************************************************************************************/

#include <dpp/utility.h>
#include <ssod/thread_pool.h>
#include <dpp/thread_pool.h>
#include <shared_mutex>

thread_pool::thread_pool(size_t num_threads) {
Expand Down

0 comments on commit 7ba4f78

Please sign in to comment.