Browse Source

add missing includes

Maia 7 months ago
parent
commit
e5bd3bbcd6
1 changed files with 3 additions and 0 deletions
  1. 3 0
      include/SDL3/SDL_process.h

+ 3 - 0
include/SDL3/SDL_process.h

@@ -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++ */