diff --git a/src/threads.h b/src/threads.h index 3105b1d1..9374aeb3 100644 --- a/src/threads.h +++ b/src/threads.h @@ -56,7 +56,7 @@ #else //__GNUC__ //TODO: we assume !GCC => Windows... this may be bad -#include +#include #define CLOCK_T struct _FILETIME #define GET_TIME(clock_t) GetSystemTimeAsFileTime(clock_t)