include string.h for memcpy

This commit is contained in:
Luca Conte 2025-04-23 11:57:56 +02:00
parent f90461b587
commit 3ff562e3a0
1 changed files with 1 additions and 0 deletions

View File

@ -1,6 +1,7 @@
#include "matrix-math.h" #include "matrix-math.h"
#include <math.h> #include <math.h>
#include <stdio.h> #include <stdio.h>
#include <string.h>
/** /**
* overwrites a 4x4 matrix with the identity matrix * overwrites a 4x4 matrix with the identity matrix