forked from valve/halflife-sdk
game_shared: bitvec: include correct stdlib headers for standard functions
This commit is contained in:
parent
792613e622
commit
c2679343ed
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@
|
|||
|
||||
|
||||
#include <assert.h>
|
||||
|
||||
#include <string.h> // memcpy
|
||||
|
||||
class CBitVecAccessor
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue