From c2679343ed4721e708bc13b08cf5fdc8417f76cc Mon Sep 17 00:00:00 2001 From: Alibek Omarov Date: Wed, 6 Sep 2023 05:17:00 +0300 Subject: [PATCH] game_shared: bitvec: include correct stdlib headers for standard functions --- game_shared/bitvec.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/game_shared/bitvec.h b/game_shared/bitvec.h index 6e2705b..89d7136 100644 --- a/game_shared/bitvec.h +++ b/game_shared/bitvec.h @@ -13,7 +13,7 @@ #include - +#include // memcpy class CBitVecAccessor {