diff options
Diffstat (limited to 'src/model')
-rw-r--r-- | src/model/vertexarray.cc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/model/vertexarray.cc b/src/model/vertexarray.cc index 0562bea..dc5e23e 100644 --- a/src/model/vertexarray.cc +++ b/src/model/vertexarray.cc @@ -5,6 +5,8 @@ the terms of the GNU General Public License version 2 */ +#include <string.h> + #include "math/mathlib.h" #include "model/vertexarray.h" #include "sys/sys.h" |