From e7d32634cfeceea700f24af3176090f4501d534e Mon Sep 17 00:00:00 2001 From: Jan Tojnar Date: Sun, 10 Dec 2023 15:42:24 +0100 Subject: 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 Reviewed-by: Ilmari Lauhakangas --- src/test/importtest.cpp | 1 + 1 file changed, 1 insertion(+) 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 +#include #include #include "xmldrawinggenerator.h" -- cgit v1.2.3