Merge pull request #4727 from dumganhar/develop

Fix of wrong include symbol of CCVector.h
This commit is contained in:
James Chen 2013-12-29 19:55:58 -08:00
commit d72a9d2c0d
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ THE SOFTWARE.
#include "CCProtocols.h"
#include "CCSpriteFrame.h"
#include "CCAnimation.h"
#include <CCVector.h>
#include "CCVector.h"
#include <vector>
NS_CC_BEGIN