Skip to content

Commit

Permalink
Add missing includes to SDL_tray.h
Browse files Browse the repository at this point in the history
  • Loading branch information
maia-s committed Dec 25, 2024
1 parent 5bf742d commit 62a964d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion include/SDL3/SDL_tray.h
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 62a964d

Please sign in to comment.