Skip to content

Fix build with libxml 2.12

Jan Tojnar requested to merge wip/jtojnar/libxml2.12 into master

libxml2 2.12.0 reorganized headers, resulting in xmlReadMemory disappearing from scope. Let’s add the proper include containing the symbol.

Merge request reports