Browse Source

Forgot to add #include <stdlib.h>

Stephen Gowen 7 năm trước cách đây
mục cha
commit
c20f4a5c79
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      spine-cpp/spine-cpp/include/spine/Vector.h

+ 1 - 0
spine-cpp/spine-cpp/include/spine/Vector.h

@@ -31,6 +31,7 @@
 #ifndef Spine_Vector_h
 #define Spine_Vector_h
 
+#include <stdlib.h>
 #include <memory>
 #include <assert.h>