[cocos2d-x] 修复 Android 打包出现 Implicit instantiation of undefined template 错误

This commit is contained in:
SmallMain 2022-07-12 20:32:14 +08:00
parent 5c72a79a02
commit 7921d3c865

View File

@ -34,6 +34,7 @@
#include <spine/SpineString.h> #include <spine/SpineString.h>
#include <vector> #include <vector>
#include <map> #include <map>
#include <string>
namespace spine { namespace spine {
class Attachment; class Attachment;