mirror of https://github.com/axmolengine/axmol.git
Merge pull request #4187 from dumganhar/develop
#include <algorithm> for std::max, std::min on VS2013.
This commit is contained in:
commit
42ca4f6122
|
@ -27,6 +27,7 @@ THE SOFTWARE.
|
|||
#include "CCTMXXMLParser.h"
|
||||
#include "CCTMXLayer.h"
|
||||
#include "CCSprite.h"
|
||||
#include <algorithm>
|
||||
|
||||
NS_CC_BEGIN
|
||||
|
||||
|
|
Loading…
Reference in New Issue