From fc78e982210014320eac1bbce7aaec3eb581ba7c Mon Sep 17 00:00:00 2001 From: Sam Lantinga Date: Thu, 5 Dec 2013 09:54:22 -0800 Subject: [PATCH] Added missing header for file IO --- include/SDL_gamecontroller.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/SDL_gamecontroller.h b/include/SDL_gamecontroller.h index 3d49125f23a93..891f356335e5b 100644 --- a/include/SDL_gamecontroller.h +++ b/include/SDL_gamecontroller.h @@ -30,6 +30,7 @@ #include "SDL_stdinc.h" #include "SDL_error.h" +#include "SDL_rwops.h" #include "SDL_joystick.h" #include "begin_code.h"