فهرست منبع

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

badlogic 6 سال پیش
والد
کامیت
8ba4bf269b
1فایلهای تغییر یافته به همراه2 افزوده شده و 0 حذف شده
  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) :