Compile fix

This commit is contained in:
Joshua Granick
2015-09-03 02:00:24 -07:00
parent 34d4b9cc13
commit 60c9ce0de9

View File

@@ -1,8 +1,11 @@
#include <hx/CFFI.h>
#ifdef NME_SDL2
#include <SDL.h>
#endif
#ifdef HX_WINDOWS
#include <SDL_syswm.h>
#include <SDL.h>
#include <Windows.h>
#endif