mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
Fix compile errors when profiler is enabled.
This commit is contained in:
parent
5a6c8b513c
commit
9d64f9f9f6
1 changed files with 3 additions and 0 deletions
|
@ -15,9 +15,12 @@
|
|||
// Official git repository and contact information can be found at
|
||||
// https://github.com/hrydgard/ppsspp and http://www.ppsspp.org/.
|
||||
|
||||
#include <algorithm>
|
||||
#include <inttypes.h>
|
||||
|
||||
#include "gfx_es2/draw_buffer.h"
|
||||
#include "ui/ui_context.h"
|
||||
#include "ui/view.h"
|
||||
#include "profiler/profiler.h"
|
||||
|
||||
static const uint32_t nice_colors[] = {
|
||||
|
|
Loading…
Add table
Reference in a new issue