Include Config.h in Task.cpp for windows threading fix

This commit is contained in:
Simon Robertshaw 2014-08-15 21:50:31 +01:00
parent 8eedaf9e26
commit fc787cee9a

View File

@ -1,3 +1,4 @@
#include "Config.h"
#include "Task.h"
#include "TaskListener.h"