public: xash3d_mathlib: include string.h with memset definition

This commit is contained in:
Alibek Omarov
2024-12-17 21:58:37 +03:00
parent 53344771fd
commit 2aa13c8347

View File

@@ -20,6 +20,7 @@ GNU General Public License for more details.
#if HAVE_TGMATH_H
#include <tgmath.h>
#endif
#include <string.h>
#include "build.h"
#include "xash3d_types.h"