include string.h for memcpy
This commit is contained in:
parent
daa584842c
commit
cced3c5c83
|
@ -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