fix SDL2 include in 534c4da
For SDL2 includes are specified as: ```cpp ``` rather than as: ```cpp ``` without the `SDL/` prefix, this was causing a compile error.
This commit is contained in:
parent
fba7adf3eb
commit
dea31e52e9
|
@ -1,5 +1,5 @@
|
|||
#include <wx/dcbuffer.h>
|
||||
#include <SDL/SDL_joystick.h>
|
||||
#include <SDL_joystick.h>
|
||||
|
||||
#include "../../version.h"
|
||||
#include "../common/ConfigManager.h"
|
||||
|
|
Loading…
Reference in New Issue