Skip to content

Commit

Permalink
winrt: Fixed SDL include.
Browse files Browse the repository at this point in the history
  • Loading branch information
philippwiesemann committed Jun 24, 2017
1 parent 46b77b7 commit 944e06e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/video/winrt/SDL_winrtkeyboard.cpp
Expand Up @@ -28,7 +28,7 @@


/* SDL-specific includes */
#include <SDL.h>
#include "SDL.h"
#include "SDL_winrtevents_c.h"

extern "C" {
Expand Down

0 comments on commit 944e06e

Please sign in to comment.