From 236579a930c3391621fb060728b13c90cc004ac2 Mon Sep 17 00:00:00 2001 From: Nicholas Hastings Date: Sun, 27 May 2012 16:51:29 -0400 Subject: [PATCH] Build fix (casing issue with sdk Color.h include). --- core/convar_sm_swarm.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/convar_sm_swarm.h b/core/convar_sm_swarm.h index 8e79af87..7b3de178 100644 --- a/core/convar_sm_swarm.h +++ b/core/convar_sm_swarm.h @@ -20,7 +20,7 @@ #include "tier1/iconvar.h" #include "tier1/utlvector.h" #include "tier1/utlstring.h" -#include "color.h" +#include "Color.h" #include "icvar.h" #ifdef _WIN32