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