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

Fixed compiler error in icvar.h when memalloc.h wasn't included (bug 5159).

This commit is contained in:
Scott Ehlert
2011-11-03 13:59:52 -05:00
parent b0aa85ed47
commit c1ade7206d

View File

@ -12,6 +12,7 @@
#include "appframework/IAppSystem.h"
#include "tier1/iconvar.h"
#include "tier0/memalloc.h"
class ConCommandBase;
class ConCommand;