Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
winrt: Fixed SDL include.
- Loading branch information
Showing
with
1 addition
and
1 deletion.
-
+1
−1
src/video/winrt/SDL_winrtkeyboard.cpp
|
@@ -28,7 +28,7 @@ |
|
|
|
|
|
|
|
|
/* SDL-specific includes */ |
|
|
#include <SDL.h> |
|
|
#include "SDL.h" |
|
|
#include "SDL_winrtevents_c.h" |
|
|
|
|
|
extern "C" { |
|
|