1
0
mirror of https://github.com/alliedmodders/hl2sdk.git synced 2025-09-19 12:06:07 +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 14:02:10 -05:00
parent 4164d6627a
commit 4fb33274fb

View File

@ -1,4 +1,4 @@
//===== Copyright <20> 1996-2005, Valve Corporation, All rights reserved. ======//
//===== Copyright <20> 1996-2005, Valve Corporation, All rights reserved. ======//
//
// Purpose:
//
@ -13,7 +13,7 @@
#include "appframework/IAppSystem.h"
#include "tier1/iconvar.h"
#include "tier1/utlvector.h"
#include "tier0/memalloc.h"
class ConCommandBase;
class ConCommand;