Skip to content

Commit

Permalink
engine: platform: win32: add forgotten SDL.h include
Browse files Browse the repository at this point in the history
  • Loading branch information
a1batross committed Feb 28, 2025
1 parent 97fa395 commit 7372982
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions engine/platform/win32/crash_win.c
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@ GNU General Public License for more details.

#define DBGHELP 1 // we always enable dbghelp.dll on Windows targets

#if XASH_SDL
#include <SDL.h>
#endif // XASH_SDL

#if DBGHELP
#include <winnt.h>
#include <dbghelp.h>
Expand Down

0 comments on commit 7372982

Please # to comment.