engine: platform: win32: add forgotten SDL.h include
This commit is contained in:
parent
97fa395a3b
commit
73729827f4
1 changed files with 4 additions and 0 deletions
|
@ -18,6 +18,10 @@ GNU General Public License for more details.
|
||||||
|
|
||||||
#define DBGHELP 1 // we always enable dbghelp.dll on Windows targets
|
#define DBGHELP 1 // we always enable dbghelp.dll on Windows targets
|
||||||
|
|
||||||
|
#if XASH_SDL
|
||||||
|
#include <SDL.h>
|
||||||
|
#endif // XASH_SDL
|
||||||
|
|
||||||
#if DBGHELP
|
#if DBGHELP
|
||||||
#include <winnt.h>
|
#include <winnt.h>
|
||||||
#include <dbghelp.h>
|
#include <dbghelp.h>
|
||||||
|
|
Loading…
Add table
Reference in a new issue