add missing head

This commit is contained in:
minggo 2013-09-01 22:41:11 +08:00
parent be0c8cb1e8
commit 2c6665ac3b
1 changed files with 3 additions and 1 deletions

View File

@ -25,6 +25,8 @@ THE SOFTWARE.
****************************************************************************/
#include "CCSpriteBatchNode.h"
#include <string.h>
#include <algorithm>
#include "CCAnimation.h"
#include "CCAnimationCache.h"
#include "ccConfig.h"
@ -44,7 +46,7 @@ THE SOFTWARE.
#include "support/CCProfiling.h"
// external
#include "kazmath/GL/matrix.h"
#include <string.h>
using namespace std;