Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Added missing header for file IO
- Loading branch information
Showing
with
1 addition
and
0 deletions.
-
+1
−0
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" |
|
|