From 0becdad3920bd5d678ddff832bd3698356a39dee Mon Sep 17 00:00:00 2001 From: Maia <66437537+maia-s@users.noreply.github.com> 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 abb16949f5..a9f482839f 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 #include - +#include #include #include