From 5604473d2843a5b66544d56c580897f4691a4073 Mon Sep 17 00:00:00 2001 From: Mark Vejvoda Date: Sat, 27 Mar 2010 18:43:38 +0000 Subject: [PATCH] added missing header --- source/glest_game/menu/menu_state_custom_game.cpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/source/glest_game/menu/menu_state_custom_game.cpp b/source/glest_game/menu/menu_state_custom_game.cpp index 09fc45396..e584adba5 100644 --- a/source/glest_game/menu/menu_state_custom_game.cpp +++ b/source/glest_game/menu/menu_state_custom_game.cpp @@ -23,9 +23,11 @@ #include "conversion.h" #include "socket.h" #include "game.h" +#include +#include #include "leak_dumper.h" -#include + namespace Glest{ namespace Game{