Skip to content

Commit

Permalink
Fix sdl version
Browse files Browse the repository at this point in the history
  • Loading branch information
MatusGuy authored Feb 27, 2025
1 parent a7dfdfb commit 4f40e3d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/util/file_system.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
#include <curl/curl.h>
#endif

#include <SDL2/SDL_version.h>
#if SDL_VERSION_ATLEAST(2,0,14)
#include <SDL2/SDL_misc.h>
#endif
Expand Down

0 comments on commit 4f40e3d

Please sign in to comment.