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

@@ -19,6 +19,7 @@
3. This notice may not be removed or altered from any source distribution.
*/
#include <SDL3/SDL.h>
#include <SDL3/SDL_main.h> /* until this SDL_main impl is converted to header-only.. */
/* Include this so we define UNICODE properly */
#include "../../core/windows/SDL_windows.h"