File libxml++-include-memory.patch of Package libxml++
diff -r 51aafead776d libxml++/parsers/parser.cc
--- a/libxml++/parsers/parser.cc Tue Nov 20 23:35:59 2007 +0000
+++ b/libxml++/parsers/parser.cc Tue Nov 20 23:48:20 2007 +0000
@@ -9,6 +9,8 @@
#include <libxml/parser.h>
#include <cstdarg> //For va_list.
+
+#include <memory>
namespace xmlpp {
diff -r 51aafead776d libxml++/parsers/textreader.h
--- a/libxml++/parsers/textreader.h Tue Nov 20 23:35:59 2007 +0000
+++ b/libxml++/parsers/textreader.h Tue Nov 20 23:48:20 2007 +0000
@@ -11,6 +11,8 @@
#include <libxml++/nodes/node.h>
#include <glibmm/ustring.h>
+
+#include <memory>
extern "C"
{