diff --git a/source/shared_lib/include/xml/rapidxml/rapidxml_print.hpp b/source/shared_lib/include/xml/rapidxml/rapidxml_print.hpp index e86cf5119..84f738ad2 100644 --- a/source/shared_lib/include/xml/rapidxml/rapidxml_print.hpp +++ b/source/shared_lib/include/xml/rapidxml/rapidxml_print.hpp @@ -102,6 +102,9 @@ namespace rapidxml /////////////////////////////////////////////////////////////////////////// // Internal printing operations + template + inline OutIt print_node(OutIt out, const xml_node *node, int flags, int indent); + // Print children of the node template inline OutIt print_children(OutIt out, const xml_node *node, int flags, int indent)