diff --git a/mk/windoze/glest_game.vcproj b/mk/windoze/glest_game.vcproj index 3f866633..318b2544 100644 --- a/mk/windoze/glest_game.vcproj +++ b/mk/windoze/glest_game.vcproj @@ -414,6 +414,22 @@ RelativePath="..\..\source\glest_game\ai\path_finder.h" > + + + + + + + + @@ -690,6 +706,14 @@ RelativePath="..\..\source\glest_game\menu\menu_state_keysetup.cpp" > + + + + diff --git a/source/shared_lib/sources/xml/xml_parser.cpp b/source/shared_lib/sources/xml/xml_parser.cpp index 0321e5f8..2cb80387 100644 --- a/source/shared_lib/sources/xml/xml_parser.cpp +++ b/source/shared_lib/sources/xml/xml_parser.cpp @@ -27,7 +27,7 @@ #include "platform_util.h" #include "cache_manager.h" -#include "rapidxml_print.hpp" +#include "rapidxml/rapidxml_print.hpp" #include "leak_dumper.h" XERCES_CPP_NAMESPACE_USE