From 1b5ff51991dc63beec8d90ca3df7836d687bb00a Mon Sep 17 00:00:00 2001 From: vng Date: Mon, 25 Aug 2014 16:19:24 +0300 Subject: [PATCH] Fixed possible compilation issue. --- base/thread_pool.hpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/base/thread_pool.hpp b/base/thread_pool.hpp index 7ac25b3954..2de3f5dc67 100644 --- a/base/thread_pool.hpp +++ b/base/thread_pool.hpp @@ -1,5 +1,7 @@ #pragma once +#include "../base/base.hpp" + #include "../std/function.hpp" namespace threads