From 2aa13c834763e5bcfad79c14c3259875620bbd18 Mon Sep 17 00:00:00 2001 From: Alibek Omarov Date: Tue, 17 Dec 2024 21:58:37 +0300 Subject: [PATCH] public: xash3d_mathlib: include string.h with memset definition --- public/xash3d_mathlib.h | 1 + 1 file changed, 1 insertion(+) diff --git a/public/xash3d_mathlib.h b/public/xash3d_mathlib.h index a8f2a8a460..c0d49edd66 100644 --- a/public/xash3d_mathlib.h +++ b/public/xash3d_mathlib.h @@ -20,6 +20,7 @@ GNU General Public License for more details. #if HAVE_TGMATH_H #include #endif +#include #include "build.h" #include "xash3d_types.h"