From eea0974a5ddfc0cd5e044b417a4b96f7ec69023e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Marjam=C3=A4ki?= Date: Sun, 8 Apr 2012 15:22:50 +0200 Subject: [PATCH] fixed compiler errors --- cli/threadexecutor.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/cli/threadexecutor.cpp b/cli/threadexecutor.cpp index ece473edf..bf2eaefb6 100644 --- a/cli/threadexecutor.cpp +++ b/cli/threadexecutor.cpp @@ -31,6 +31,7 @@ #include #include #include +#include #endif ThreadExecutor::ThreadExecutor(const std::map &files, Settings &settings, ErrorLogger &errorLogger)