SDL: Add missing includes to SDL_tray.h

From 0becdad3920bd5d678ddff832bd3698356a39dee Mon Sep 17 00:00:00 2001
From: Maia <[EMAIL REDACTED]>
Date: Wed, 25 Dec 2024 13:03:37 +0100
Subject: [PATCH] Add missing includes to SDL_tray.h

---
 include/SDL3/SDL_tray.h | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/include/SDL3/SDL_tray.h b/include/SDL3/SDL_tray.h
index abb16949f5c19..a9f482839fe8d 100644
--- a/include/SDL3/SDL_tray.h
+++ b/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>