diff options
author | Miklos Vajna <vmiklos@collabora.com> | 2023-11-27 08:02:59 +0100 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.com> | 2023-11-27 16:09:13 +0100 |
commit | c8f7408db73d2f2ccacb25a2b4fef8dfebdfc6cb (patch) | |
tree | af8691a3b0697daf6d25b452610f4901acd5992e /xmlsecurity | |
parent | 53de98b29548ded88e0a44c80256fc5e340d551e (diff) |
tdf#158302 fix build against system-libxml-2.12
Seen in a fedora:40 container, using --with-system-libcmis,
--with-system-liblangtag and --with-system-xmlsec.
Change-Id: I9d748d3dc0b70dbfdfcb6b99c9ce8440bda6f326
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/159980
Tested-by: Jenkins
Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Diffstat (limited to 'xmlsecurity')
-rw-r--r-- | xmlsecurity/inc/xmlsec-wrapper.h | 1 | ||||
-rw-r--r-- | xmlsecurity/inc/xmlsec/saxhelper.hxx | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/xmlsecurity/inc/xmlsec-wrapper.h b/xmlsecurity/inc/xmlsec-wrapper.h index 7c6d267e8b73..3ad705400c52 100644 --- a/xmlsecurity/inc/xmlsec-wrapper.h +++ b/xmlsecurity/inc/xmlsec-wrapper.h @@ -23,6 +23,7 @@ #include <sal/types.h> +#include <libxml/parser.h> #include <xmlsec/base64.h> #include <xmlsec/bn.h> #include <xmlsec/errors.h> diff --git a/xmlsecurity/inc/xmlsec/saxhelper.hxx b/xmlsecurity/inc/xmlsec/saxhelper.hxx index a49ccef1894c..a5863ffd0e2a 100644 --- a/xmlsecurity/inc/xmlsec/saxhelper.hxx +++ b/xmlsecurity/inc/xmlsec/saxhelper.hxx @@ -23,6 +23,7 @@ #include <string_view> +#include <libxml/parser.h> #include <libxml/tree.h> #include <rtl/ustring.hxx> |