From 1af349b85471b123531f78ccd54f0ace966154bc Mon Sep 17 00:00:00 2001 From: Scott Ehlert Date: Thu, 3 Nov 2011 13:58:35 -0500 Subject: [PATCH] Fixed compiler error in icvar.h when memalloc.h wasn't included (bug 5159). --- public/icvar.h | 1 + 1 file changed, 1 insertion(+) diff --git a/public/icvar.h b/public/icvar.h index da39973a..2682c5a6 100644 --- a/public/icvar.h +++ b/public/icvar.h @@ -12,6 +12,7 @@ #include "appframework/IAppSystem.h" #include "tier1/iconvar.h" +#include "tier0/memalloc.h" class ConCommandBase; class ConCommand;