mirror of
https://github.com/alliedmodders/hl2sdk.git
synced 2025-12-08 11:08:23 +00:00
Add missing <limits> include in rawallocator.h
This commit is contained in:
parent
d3febe1b16
commit
290a001111
@ -21,6 +21,8 @@
|
|||||||
#include "platform.h"
|
#include "platform.h"
|
||||||
#include "basetypes.h"
|
#include "basetypes.h"
|
||||||
|
|
||||||
|
#include <limits>
|
||||||
|
|
||||||
#include "memdbgon.h"
|
#include "memdbgon.h"
|
||||||
|
|
||||||
class CMemAllocAllocator
|
class CMemAllocAllocator
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user