Explorar el Código

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

badlogic hace 6 años
padre
commit
8ba4bf269b
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  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) :