src/test/importtest.cpp |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit e7d32634cfeceea700f24af3176090f4501d534e
Author:     Jan Tojnar <[email protected]>
AuthorDate: Sun Dec 10 15:42:24 2023 +0100
Commit:     Ilmari Lauhakangas <[email protected]>
CommitDate: Sat Dec 23 17:43:39 2023 +0100

    tests: Fix build with libxml 2.12
    
    libxml 2.12.0 reorganized the headers, which removed `xmlParseMemory` 
function from the scope.
    
    Change-Id: Ibd747fe7f83eb7c3a8b8cf57ac4a06e365986d46
    Reviewed-on: https://gerrit.libreoffice.org/c/libvisio/+/160542
    Tested-by: Ilmari Lauhakangas <[email protected]>
    Reviewed-by: Ilmari Lauhakangas <[email protected]>

diff --git a/src/test/importtest.cpp b/src/test/importtest.cpp
index 9a01473..4a26b4a 100644
--- a/src/test/importtest.cpp
+++ b/src/test/importtest.cpp
@@ -14,6 +14,7 @@
 
 #include <libvisio/libvisio.h>
 
+#include <libxml/parser.h>
 #include <libxml/xpath.h>
 
 #include "xmldrawinggenerator.h"

Reply via email to