From ff54fb431fd0cd5ed1e4f36d7e13e9e0e01de588 Mon Sep 17 00:00:00 2001 From: Nicholas Hastings Date: Wed, 9 Oct 2013 09:12:46 -0400 Subject: [PATCH] Fix ep1 build. --- core/ChatTriggers.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/core/ChatTriggers.cpp b/core/ChatTriggers.cpp index dfc01fee..10880501 100644 --- a/core/ChatTriggers.cpp +++ b/core/ChatTriggers.cpp @@ -36,6 +36,7 @@ #include "PlayerManager.h" #include "HalfLife2.h" #include "logic_bridge.h" +#include "sourcemod.h" #if SOURCE_ENGINE == SE_DOTA SH_DECL_EXTERN2_void(ConCommand, Dispatch, SH_NOATTRIB, false, const CCommandContext &, const CCommand &);