Browse Source

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

badlogic 6 years ago
parent
commit
8ba4bf269b
1 changed files with 2 additions and 0 deletions
  1. 2 0
      spine-cpp/spine-cpp/src/spine/Animation.cpp

+ 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) :