From c6d4351c486ab97794e05a22f67af418f9d5cf74 Mon Sep 17 00:00:00 2001 From: Sara Date: Mon, 20 Nov 2023 14:10:40 +0100 Subject: [PATCH] added stddef include to vmath --- core/src/vmath.h | 1 + 1 file changed, 1 insertion(+) diff --git a/core/src/vmath.h b/core/src/vmath.h index 5877129..9b2aed2 100644 --- a/core/src/vmath.h +++ b/core/src/vmath.h @@ -1,6 +1,7 @@ #ifndef _fencer_vmath_h #define _fencer_vmath_h +#include "stddef.h" #include #if VMATH_SDL == 1