Added missing stdlib.h for abs on gcc
This commit is contained in:
parent
c2336e52c4
commit
fe967e7656
1
external/sourcesdk/bitbuf.cpp
vendored
1
external/sourcesdk/bitbuf.cpp
vendored
|
@ -9,6 +9,7 @@
|
|||
#include "bitbuf.h"
|
||||
#include <string.h>
|
||||
#include <math.h>
|
||||
#include <stdlib.h>
|
||||
|
||||
// FIXME: Can't use this until we get multithreaded allocations in tier0 working for tools
|
||||
// This is used by VVIS and fails to link
|
||||
|
|
Loading…
Reference in New Issue
Block a user