From 8f2ca7c9d030217f320e69cce403ac19a80c9610 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Marjam=C3=A4ki?= Date: Thu, 14 Mar 2013 06:45:32 +0100 Subject: [PATCH] Fixed #4636 (Fails to compile using mxe *-to-windows cross compiler) --- cli/threadexecutor.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cli/threadexecutor.h b/cli/threadexecutor.h index 82dd9d2e3..4dff13b7f 100644 --- a/cli/threadexecutor.h +++ b/cli/threadexecutor.h @@ -28,7 +28,7 @@ #define THREADING_MODEL_FORK #elif defined(_WIN32) #define THREADING_MODEL_WIN -#include +#include #endif class Settings;