[cpp] Add stdint.h for VS2019 build tools. Closes #1498.

This commit is contained in:
badlogic 2019-09-19 15:27:25 +02:00
parent 6e4a6925a2
commit 8ba4bf269b

View File

@ -38,6 +38,8 @@
#include <spine/ContainerUtil.h>
#include <stdint.h>
using namespace spine;
Animation::Animation(const String &name, Vector<Timeline *> &timelines, float duration) :