Skip to content
  • Jan Tojnar's avatar
    Fix build with libxml2 2.12 · db991f4c
    Jan Tojnar authored
    libxml 2.12.0 reorganized headers, resulting in xmlParseFile and xmlIndentTreeOutput no longer being in scope.
    Let’s add the proper includes containing the symbols.
    
    Also sort the touched includes to satisfy clang-format.
    db991f4c