mirror of
https://github.com/love2d/love.git
synced 2026-08-16 00:02:12 +02:00
Fix compilation error on old SDL2 library.
This commit is contained in:
@@ -25,9 +25,12 @@
|
||||
// SDL
|
||||
#include <SDL_clipboard.h>
|
||||
#include <SDL_cpuinfo.h>
|
||||
#include <SDL_locale.h>
|
||||
#include <SDL_version.h>
|
||||
|
||||
#if SDL_VERSION_ATLEAST(2, 0, 14)
|
||||
#include <SDL_locale.h>
|
||||
#endif
|
||||
|
||||
namespace love
|
||||
{
|
||||
namespace system
|
||||
|
||||
Reference in New Issue
Block a user