From 35e9577d77e879e08d8290f75424ab18bb24fee8 Mon Sep 17 00:00:00 2001 From: Mark Vejvoda Date: Tue, 1 May 2012 20:22:18 +0000 Subject: [PATCH] - does this fix the build on Arch Linux? --- source/shared_lib/include/xml/rapidxml/rapidxml_print.hpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/source/shared_lib/include/xml/rapidxml/rapidxml_print.hpp b/source/shared_lib/include/xml/rapidxml/rapidxml_print.hpp index e86cf511..84f738ad 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)