Fixed compilation on VC12 (VS2013 RC), std::min and std::max require <algorithm>

This commit is contained in:
Siim Kallas 2013-09-11 19:00:48 +03:00
parent a0db624e66
commit 4e1e69e873
1 changed files with 1 additions and 0 deletions

View File

@ -24,6 +24,7 @@ THE SOFTWARE.
#include "CCGeometry.h"
#include "ccMacros.h"
#include <algorithm>
// implementation of Point
NS_CC_BEGIN