diff --git a/source/glest_game/menu/menu_state_mods.cpp b/source/glest_game/menu/menu_state_mods.cpp index 429c30b8..1b5ba0a9 100644 --- a/source/glest_game/menu/menu_state_mods.cpp +++ b/source/glest_game/menu/menu_state_mods.cpp @@ -21,6 +21,8 @@ #include #include #include "cache_manager.h" +// Need the include below for vc++ 2010 because Microsoft messed up their STL! +#include #include "leak_dumper.h"