Quellcode durchsuchen

add missing includes

Maia vor 1 Jahr
Ursprung
Commit
e5bd3bbcd6
1 geänderte Dateien mit 3 neuen und 0 gelöschten Zeilen
  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++ */