瀏覽代碼

add missing includes

Maia 1 年之前
父節點
當前提交
e5bd3bbcd6
共有 1 個文件被更改,包括 3 次插入0 次删除
  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++ */