From 4b9d38dccc439a2c59a81b01df95aea25f32df53 Mon Sep 17 00:00:00 2001 From: The Dax Date: Wed, 27 Nov 2013 05:15:46 -0500 Subject: [PATCH] Fix VS2013 build. --- UI/MainScreen.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/UI/MainScreen.cpp b/UI/MainScreen.cpp index 3c760f4407..b90d0a66d9 100644 --- a/UI/MainScreen.cpp +++ b/UI/MainScreen.cpp @@ -16,6 +16,7 @@ // https://github.com/hrydgard/ppsspp and http://www.ppsspp.org/. #include +#include #include "base/colorutil.h" #include "base/timeutil.h"