diff options
Diffstat (limited to 'src/main.cpp')
-rw-r--r-- | src/main.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/main.cpp b/src/main.cpp index 8bd308b..f0abd16 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -1,6 +1,6 @@ #ifdef _WIN32 -# include <SDL2/SDL_Main.h> -# include <direct.h> +#include <SDL2/SDL_Main.h> +#include <direct.h> #endif #include "lua/modules/luax.h" |