diff options
author | Stijn Buys <ingar@osirion.org> | 2012-12-16 12:53:01 +0000 |
---|---|---|
committer | Stijn Buys <ingar@osirion.org> | 2012-12-16 12:53:01 +0000 |
commit | b9cb984081106923524eed68cc7f73023377c844 (patch) | |
tree | 07453e3374947a212a5b300aa301b9d4611936a6 /src/model | |
parent | e21721492e09aa5c074982c7338b92c71a25debd (diff) |
dded <cassert> include where required.
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" |