Commit fc78e982210014320eac1bbce7aaec3eb581ba7c

Sam Lantinga 2013-12-05T09:54:22

Added missing header for file IO

1
2
3
4
5
6
7
8
9
10
11
12
diff --git a/include/SDL_gamecontroller.h b/include/SDL_gamecontroller.h
index 3d49125..891f356 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"