include: Add missing includes

This commit is contained in:
Nick Wellnhofer 2023-12-07 12:04:02 +01:00
parent 9122ad0ce6
commit 52703ffdf1
3 changed files with 3 additions and 0 deletions

View File

@ -13,6 +13,7 @@
#include <libxml/xmlversion.h>
#include <libxml/xmlerror.h>
#include <libxml/xmlstring.h>
#include <libxml/tree.h>
#ifdef LIBXML_SCHEMAS_ENABLED

View File

@ -21,6 +21,7 @@
#include <libxml/xmlregexp.h>
#include <libxml/hash.h>
#include <libxml/dict.h>
#include <libxml/tree.h>
#ifdef __cplusplus
extern "C" {

View File

@ -15,6 +15,7 @@
#ifdef LIBXML_SCHEMATRON_ENABLED
#include <libxml/xmlerror.h>
#include <libxml/tree.h>
#ifdef __cplusplus