mirror of https://github.com/axmolengine/axmol.git
Adds missing #include
This commit is contained in:
parent
38bfadf7f3
commit
055c566bc9
|
@ -1,5 +1,7 @@
|
||||||
#include "PerformanceNodeChildrenTest.h"
|
#include "PerformanceNodeChildrenTest.h"
|
||||||
|
|
||||||
|
#include <algorithm>
|
||||||
|
|
||||||
// Enable profiles for this file
|
// Enable profiles for this file
|
||||||
#undef CC_PROFILER_DISPLAY_TIMERS
|
#undef CC_PROFILER_DISPLAY_TIMERS
|
||||||
#define CC_PROFILER_DISPLAY_TIMERS() Profiler::getInstance()->displayTimers()
|
#define CC_PROFILER_DISPLAY_TIMERS() Profiler::getInstance()->displayTimers()
|
||||||
|
|
Loading…
Reference in New Issue