diff options
Diffstat (limited to 'src/utils/xml.h')
-rw-r--r-- | src/utils/xml.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/utils/xml.h b/src/utils/xml.h index 055f93cbf..556455f7b 100644 --- a/src/utils/xml.h +++ b/src/utils/xml.h @@ -21,6 +21,10 @@ #ifndef UTILS_XML_H #define UTILS_XML_H +#ifdef ENABLE_PUGIXML +#include "utils/xml/pugixml.h" +#else // ENABLE_PUGIXML #include "utils/xml/libxml.h" +#endif // ENABLE_PUGIXML #endif // UTILS_XML_H |