1
0
mirror of https://github.com/alliedmodders/hl2sdk.git synced 2025-09-19 03:56:10 +08:00

Add missing <limits> include in rawallocator.h

This commit is contained in:
GAMMACASE
2025-08-02 15:41:33 +03:00
parent d3febe1b16
commit 290a001111

View File

@ -21,6 +21,8 @@
#include "platform.h"
#include "basetypes.h"
#include <limits>
#include "memdbgon.h"
class CMemAllocAllocator