mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2026-02-26 11:41:23 +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/CCSkeleton.h>
|
||||||
#include <spine/spine-cocos2dx.h>
|
#include <spine/spine-cocos2dx.h>
|
||||||
|
#include <algorithm>
|
||||||
|
|
||||||
USING_NS_CC;
|
USING_NS_CC;
|
||||||
using std::min;
|
using std::min;
|
||||||
|
|||||||
@ -29,6 +29,7 @@
|
|||||||
#include <spine/CCSkeletonAnimation.h>
|
#include <spine/CCSkeletonAnimation.h>
|
||||||
#include <spine/extension.h>
|
#include <spine/extension.h>
|
||||||
#include <spine/spine-cocos2dx.h>
|
#include <spine/spine-cocos2dx.h>
|
||||||
|
#include <algorithm>
|
||||||
|
|
||||||
USING_NS_CC;
|
USING_NS_CC;
|
||||||
using std::min;
|
using std::min;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user