diff --git a/engine/platform/win32/crash_win.c b/engine/platform/win32/crash_win.c index d33deb8f..4f60f817 100644 --- a/engine/platform/win32/crash_win.c +++ b/engine/platform/win32/crash_win.c @@ -13,17 +13,17 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. */ -#include -#include -#include -#include - #include "platform/platform.h" #include "input.h" #define DBGHELP 1 // we always enable dbghelp.dll on Windows targets #if DBGHELP +#include +#include +#include +#include + #ifndef XASH_SDL typedef ULONG_PTR DWORD_PTR, *PDWORD_PTR; #endif