Merge pull request #4033 from zixiken/buildfix

Added include to remove error: 'sort' is not a member of 'std'
This commit is contained in:
Henrik Rydgård 2013-10-03 14:12:07 -07:00
commit d002b52c44

View File

@ -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 <algorithm>
#include "gfx_es2/gl_state.h"
#include "i18n/i18n.h"
#include "ui/ui_context.h"