include climits for UINT_MAX

This commit is contained in:
psi 2013-10-26 13:33:31 +09:00
parent 0380059445
commit 9ecc0c6db8
1 changed files with 1 additions and 0 deletions

View File

@ -24,6 +24,7 @@
#include "CCPhysicsBody.h"
#ifdef CC_USE_PHYSICS
#include <climits>
#include <algorithm>
#if (CC_PHYSICS_ENGINE == CC_PHYSICS_CHIPMUNK)