diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/hge.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/hge.h b/include/hge.h index ef4597e..ce5badd 100644 --- a/include/hge.h +++ b/include/hge.h @@ -10,11 +10,11 @@ #ifndef HGE_H #define HGE_H -#include "unix_compat.h" - #ifdef WIN32 #include <windows.h> #include <cstddef> +#else +#include "unix_compat.h" #endif #define HGE_VERSION 0x181 |