mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2026-02-06 15:24:55 +08:00
Include algorithm for std::min/min.
This commit is contained in:
parent
f14b2a5c53
commit
8a66c3cd0a
@ -28,6 +28,7 @@
|
||||
|
||||
#include <spine/CCSkeleton.h>
|
||||
#include <spine/spine-cocos2dx.h>
|
||||
#include <algorithm>
|
||||
|
||||
USING_NS_CC;
|
||||
using std::min;
|
||||
|
||||
@ -29,6 +29,7 @@
|
||||
#include <spine/CCSkeletonAnimation.h>
|
||||
#include <spine/extension.h>
|
||||
#include <spine/spine-cocos2dx.h>
|
||||
#include <algorithm>
|
||||
|
||||
USING_NS_CC;
|
||||
using std::min;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user