mirror of https://github.com/axmolengine/axmol.git
add missing include file
This commit is contained in:
parent
b434678189
commit
644eef9978
|
@ -1,6 +1,8 @@
|
|||
/****************************************************************************
|
||||
Copyright (c) 2013 cocos2d-x.org
|
||||
|
||||
Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd.
|
||||
Copyright (c) 2019-2020 simdsoft.com, @HALX99.
|
||||
|
||||
http://www.cocos2d-x.org
|
||||
|
||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||
|
@ -25,6 +27,7 @@
|
|||
#include "editor-support/cocostudio/FlatBuffersSerialize.h"
|
||||
|
||||
#include "base/ObjectFactory.h"
|
||||
#include "base/ccConstants.h"
|
||||
#include "ui/CocosGUI.h"
|
||||
#include "platform/CCFileUtils.h"
|
||||
#include "editor-support/cocostudio/CocoStudio.h"
|
||||
|
|
Loading…
Reference in New Issue