Add missing SDL_main.h includes to remaining libSDLmain implementations

this should hopefully make the automated builds work again

(this commit can probably be removed once all affected platforms are
converted to header-only SDL_main)
This commit is contained in:
Daniel Gibson
2022-12-04 07:50:57 +01:00
committed by Sam Lantinga
parent 22e22ba196
commit 2d0eaea1cc
8 changed files with 8 additions and 0 deletions

View File

@@ -2,6 +2,7 @@
SDL_winrt_main_NonXAML.cpp, placed in the public domain by David Ludwig 3/13/14
*/
#include <SDL3/SDL.h>
#include <SDL3/SDL_main.h> /* until this SDL_main impl is converted to header-only.. */
#include <wrl.h>