From 3ff562e3a0bf5fa83583b196a0dd1d10ed369989 Mon Sep 17 00:00:00 2001 From: Luca Conte Date: Wed, 23 Apr 2025 11:57:56 +0200 Subject: [PATCH] include string.h for memcpy --- src/matrix-math.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/matrix-math.c b/src/matrix-math.c index e6f2130..03895b5 100644 --- a/src/matrix-math.c +++ b/src/matrix-math.c @@ -1,6 +1,7 @@ #include "matrix-math.h" #include #include +#include /** * overwrites a 4x4 matrix with the identity matrix