add missing includes

This commit is contained in:
Maia 2024-09-14 23:35:41 +02:00 committed by Sam Lantinga
parent 8569bde053
commit e5bd3bbcd6
1 changed files with 3 additions and 0 deletions

View File

@ -43,7 +43,10 @@
#ifndef SDL_process_h_
#define SDL_process_h_
#include <SDL3/SDL_stdinc.h>
#include <SDL3/SDL_error.h>
#include <SDL3/SDL_iostream.h>
#include <SDL3/SDL_properties.h>
#include <SDL3/SDL_begin_code.h>
/* Set up for C function definitions, even when using C++ */