Эх сурвалжийг харах

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

badlogic 6 жил өмнө
parent
commit
8ba4bf269b

+ 2 - 0
spine-cpp/spine-cpp/src/spine/Animation.cpp

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