diff --git a/editor/changeset_wrapper.cpp b/editor/changeset_wrapper.cpp index 2f56f951f5..25d2f2b5c6 100644 --- a/editor/changeset_wrapper.cpp +++ b/editor/changeset_wrapper.cpp @@ -14,12 +14,15 @@ using editor::XMLFeature; -string DebugPrint(pugi::xml_document const & doc) +namespace pugi +{ +string DebugPrint(xml_document const & doc) { ostringstream stream; doc.print(stream, " "); return stream.str(); } +} // namespace pugi namespace osm {