소스 검색

Add missing includes to SDL_tray.h

Maia 9 달 전
부모
커밋
0becdad392
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      include/SDL3/SDL_tray.h

+ 2 - 1
include/SDL3/SDL_tray.h

@@ -28,8 +28,9 @@
 #ifndef SDL_tray_h_
 #define SDL_tray_h_
 
+#include <SDL3/SDL_stdinc.h>
 #include <SDL3/SDL_error.h>
-
+#include <SDL3/SDL_surface.h>
 #include <SDL3/SDL_video.h>
 
 #include <SDL3/SDL_begin_code.h>