diff options
Diffstat (limited to 'src/utils/xml.h')
-rw-r--r-- | src/utils/xml.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/utils/xml.h b/src/utils/xml.h index df8dd1bd..256a964b 100644 --- a/src/utils/xml.h +++ b/src/utils/xml.h @@ -22,6 +22,7 @@ #ifndef XML_H #define XML_H +#include <libxml/parser.h> #include <libxml/tree.h> #include <string> |