From ad00df386428bb79b96c88941423be0a7b965528 Mon Sep 17 00:00:00 2001 From: Nick Hastings Date: Sat, 7 Jul 2018 14:06:14 -0400 Subject: [PATCH] Fix Dota build for hl2sdk-dota updates. --- core/ISmmPlugin.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/core/ISmmPlugin.h b/core/ISmmPlugin.h index a738929..d15dfc5 100644 --- a/core/ISmmPlugin.h +++ b/core/ISmmPlugin.h @@ -40,8 +40,12 @@ #include #ifndef META_NO_HL2SDK +#if SOURCE_ENGINE == SE_DOTA +#include +#else #include #endif +#endif class IServerPluginCallbacks;