From df37b11561ea8f70afbf7bfd3184003346362e5c Mon Sep 17 00:00:00 2001 From: Jyrki Vesterinen Date: Sat, 29 Sep 2018 12:09:16 +0300 Subject: [PATCH] Fix build --- src/thread_pool.cpp | 1 - src/thread_pool.hpp | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/src/thread_pool.cpp b/src/thread_pool.cpp index 9128dcaf9ecb..66641890bf4b 100644 --- a/src/thread_pool.cpp +++ b/src/thread_pool.cpp @@ -14,7 +14,6 @@ #include "thread_pool.hpp" #include -#include #include thread_pool::thread_pool() diff --git a/src/thread_pool.hpp b/src/thread_pool.hpp index 443f3eea7e9b..65d2e152fda7 100644 --- a/src/thread_pool.hpp +++ b/src/thread_pool.hpp @@ -14,6 +14,7 @@ #pragma once #include +#include #include #include #include