From 042c9d09027c4f781650532fd4e68c233ce85c83 Mon Sep 17 00:00:00 2001 From: David Date: Sun, 16 Dec 2012 21:39:02 -0500 Subject: [PATCH] WinRT: fixed a build error caused by a reference to a missing and unused header file --- src/video/windowsrt/SDL_WinRTApp.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/video/windowsrt/SDL_WinRTApp.cpp b/src/video/windowsrt/SDL_WinRTApp.cpp index 87a5f0367..0ab809b61 100644 --- a/src/video/windowsrt/SDL_WinRTApp.cpp +++ b/src/video/windowsrt/SDL_WinRTApp.cpp @@ -12,7 +12,7 @@ extern "C" { } // TODO, WinRT: Remove reference(s) to BasicTimer.h -#include "BasicTimer.h" +//#include "BasicTimer.h" // HACK, DLudwig: The C-style main() will get loaded via the app's // WinRT-styled main(), which is part of SDLmain_for_WinRT.cpp.