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)