diff options
Diffstat (limited to 'src/threadpool.cpp')
-rw-r--r-- | src/threadpool.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/threadpool.cpp b/src/threadpool.cpp index 619f002..c4f1c4a 100644 --- a/src/threadpool.cpp +++ b/src/threadpool.cpp @@ -1,4 +1,4 @@ -#include "threadpool.h" +#include <threadpool.hpp> /** * Stolen from some guy. |