Forgot to add #include <stdlib.h>

This commit is contained in:
Stephen Gowen 2017-11-08 17:20:30 -05:00
parent 818d580531
commit c20f4a5c79

View File

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