From fc787cee9a99df8e570904b949d8947705405692 Mon Sep 17 00:00:00 2001 From: Simon Robertshaw Date: Fri, 15 Aug 2014 21:50:31 +0100 Subject: [PATCH] Include Config.h in Task.cpp for windows threading fix --- src/tasks/Task.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/tasks/Task.cpp b/src/tasks/Task.cpp index 4a41e74567..8cc71d01a5 100644 --- a/src/tasks/Task.cpp +++ b/src/tasks/Task.cpp @@ -1,3 +1,4 @@ +#include "Config.h" #include "Task.h" #include "TaskListener.h"