diff options
Diffstat (limited to 'src/game.cpp')
-rw-r--r-- | src/game.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/game.cpp b/src/game.cpp index e3360ac77..f00770c39 100644 --- a/src/game.cpp +++ b/src/game.cpp @@ -126,6 +126,10 @@ #include "mumblemanager.h" #endif +#ifdef WIN32 +#include <sys/time.h> +#endif + #include "debug.h" QuitDialog *quitDialog = nullptr; |