From c4304b5c2e57f5bc0adde8e1a02f68182cca0897 Mon Sep 17 00:00:00 2001 From: zixiken Date: Thu, 3 Oct 2013 16:13:16 -0400 Subject: [PATCH] Added include to remove error: 'sort' is not a member of 'std' --- UI/DevScreens.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/UI/DevScreens.cpp b/UI/DevScreens.cpp index 6be3186d8..9a2aca1d9 100644 --- a/UI/DevScreens.cpp +++ b/UI/DevScreens.cpp @@ -15,6 +15,7 @@ // Official git repository and contact information can be found at // https://github.com/hrydgard/ppsspp and http://www.ppsspp.org/. +#include #include "gfx_es2/gl_state.h" #include "i18n/i18n.h" #include "ui/ui_context.h"