diff options
Diffstat (limited to 'src/main.cpp')
-rw-r--r-- | src/main.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/main.cpp b/src/main.cpp index 5ed1c4ec..205ba6eb 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -31,6 +31,10 @@ #include <iostream> #include <physfs.h> +#ifdef WIN32 +#include <windows.h> +#endif + static void printHelp() { using std::endl; |