game_shared: bitvec: include correct stdlib headers for standard functions

This commit is contained in:
Alibek Omarov 2023-09-06 05:17:00 +03:00
parent 792613e622
commit c2679343ed

View File

@ -13,7 +13,7 @@
#include <assert.h>
#include <string.h> // memcpy
class CBitVecAccessor
{