add an include for PPSSPP_PLATFORM

This commit is contained in:
Kentucky Compass 2017-12-30 22:44:41 -08:00
parent bcd19ee520
commit 6a9a511337

View File

@ -11,6 +11,7 @@
#include "base/logging.h"
#include "base/timeutil.h"
#include "gfx_es2/draw_buffer.h"
#include "ppsspp_config.h"
#include "profiler/profiler.h"
#define MAX_CATEGORIES 64 // Can be any number, represents max profiled names.