fixing compile error

This commit is contained in:
Stephen Gowen 2017-11-24 20:50:16 -05:00
parent 107c18e237
commit 11acfef705

View File

@ -32,6 +32,8 @@
#include <spine/ContainerUtil.h>
#include <cstring>
namespace Spine
{
Atlas::Atlas(const char* path, TextureLoader& textureLoader) : _textureLoader(textureLoader)