diff --git a/src/wx/scancode_wx2sdl.h b/src/wx/scancode_wx2sdl.h index db015d5a..37a4296e 100644 --- a/src/wx/scancode_wx2sdl.h +++ b/src/wx/scancode_wx2sdl.h @@ -52,6 +52,7 @@ static const SDL_Scancode windows_scancode_table[] = }; #endif #ifdef __WXGTK__ +#include static const struct { int keysym; SDL_Scancode scancode;