From 6a9a511337023c989f4837201d25718d5c7906f0 Mon Sep 17 00:00:00 2001 From: Kentucky Compass Date: Sat, 30 Dec 2017 22:44:41 -0800 Subject: [PATCH] add an include for PPSSPP_PLATFORM --- ext/native/profiler/profiler.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/ext/native/profiler/profiler.cpp b/ext/native/profiler/profiler.cpp index 811b78d7bf..bf037a9510 100644 --- a/ext/native/profiler/profiler.cpp +++ b/ext/native/profiler/profiler.cpp @@ -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.