Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/model/vertexarray.cc')
-rw-r--r--src/model/vertexarray.cc2
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"