include string.h for memcpy
This commit is contained in:
parent
f90461b587
commit
3ff562e3a0
|
@ -1,6 +1,7 @@
|
|||
#include "matrix-math.h"
|
||||
#include <math.h>
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
|
||||
/**
|
||||
* overwrites a 4x4 matrix with the identity matrix
|
||||
|
|
Loading…
Reference in New Issue