Fix of wrong include symbol of CCVector.h

This commit is contained in:
James Chen 2013-12-30 11:55:01 +08:00
parent b534442cf1
commit c5c03a3b35
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