From 934bf4fc7abe306883cb1c9c46e2cc0d957048ce Mon Sep 17 00:00:00 2001 From: Nicholas Hastings Date: Thu, 6 Jun 2013 12:18:23 -0400 Subject: [PATCH] Fixed non-debug builds using usermessage helpers. --- public/game/shared/dota/protobuf/dota_usermessage_helpers.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/public/game/shared/dota/protobuf/dota_usermessage_helpers.h b/public/game/shared/dota/protobuf/dota_usermessage_helpers.h index 340ec400..9abed697 100644 --- a/public/game/shared/dota/protobuf/dota_usermessage_helpers.h +++ b/public/game/shared/dota/protobuf/dota_usermessage_helpers.h @@ -7,9 +7,10 @@ #ifdef _DEBUG #define KILL_DEBUG #undef _DEBUG -#include #endif +#include + #ifdef KILL_DEBUG #define _DEBUG #undef KILL_DEBUG