mirror of
https://github.com/alliedmodders/hl2sdk.git
synced 2025-09-20 04:26:03 +08:00
Fixed compiler error in icvar.h when memalloc.h wasn't included (bug 5159).
This commit is contained in:
@ -12,6 +12,7 @@
|
|||||||
|
|
||||||
#include "appframework/IAppSystem.h"
|
#include "appframework/IAppSystem.h"
|
||||||
#include "tier1/iconvar.h"
|
#include "tier1/iconvar.h"
|
||||||
|
#include "tier0/memalloc.h"
|
||||||
|
|
||||||
class ConCommandBase;
|
class ConCommandBase;
|
||||||
class ConCommand;
|
class ConCommand;
|
||||||
|
Reference in New Issue
Block a user