Jelajahi Sumber

add missing includes

Maia 1 tahun lalu
induk
melakukan
e5bd3bbcd6
1 mengubah file dengan 3 tambahan dan 0 penghapusan
  1. 3 0
      include/SDL3/SDL_process.h

+ 3 - 0
include/SDL3/SDL_process.h

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