From 9ecc0c6db862c1ef09cfef4862a10bbdb2d7ba22 Mon Sep 17 00:00:00 2001 From: psi Date: Sat, 26 Oct 2013 13:33:31 +0900 Subject: [PATCH] include climits for UINT_MAX --- cocos/physics/CCPhysicsBody.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/cocos/physics/CCPhysicsBody.cpp b/cocos/physics/CCPhysicsBody.cpp index 109fac9d6f..f1eb18e754 100644 --- a/cocos/physics/CCPhysicsBody.cpp +++ b/cocos/physics/CCPhysicsBody.cpp @@ -24,6 +24,7 @@ #include "CCPhysicsBody.h" #ifdef CC_USE_PHYSICS +#include #include #if (CC_PHYSICS_ENGINE == CC_PHYSICS_CHIPMUNK)