Explorar el Código

Forgot to add #include <stdlib.h>

Stephen Gowen hace 7 años
padre
commit
c20f4a5c79
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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>