diff options
Diffstat (limited to 'src/chatlogger.cpp')
-rw-r--r-- | src/chatlogger.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/chatlogger.cpp b/src/chatlogger.cpp index a0067690b..778b0c31e 100644 --- a/src/chatlogger.cpp +++ b/src/chatlogger.cpp @@ -27,6 +27,7 @@ #ifdef WIN32 #include <windows.h> +#include <sys/time.h> #elif defined __APPLE__ #include <Carbon/Carbon.h> #endif |