mirror of https://github.com/axmolengine/axmol.git
Fixed compilation on VC12 (VS2013 RC), std::min and std::max require <algorithm>
This commit is contained in:
parent
a0db624e66
commit
4e1e69e873
|
@ -24,6 +24,7 @@ THE SOFTWARE.
|
|||
|
||||
#include "CCGeometry.h"
|
||||
#include "ccMacros.h"
|
||||
#include <algorithm>
|
||||
|
||||
// implementation of Point
|
||||
NS_CC_BEGIN
|
||||
|
|
Loading…
Reference in New Issue