Explorar el Código

Add missing includes to SDL_tray.h

Maia hace 1 año
padre
commit
0becdad392
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  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>