diff options
author | Andrei Karas <akaras@inbox.ru> | 2016-06-13 23:59:44 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2016-06-13 23:59:44 +0300 |
commit | da65a16e69409fb76010efebbbbbc749ce2eb4e7 (patch) | |
tree | 2ac2740f71036dfd22b2edaa6130e2b9f292567e | |
parent | da5ddce4a065890a2453865fddfa746f7fbf9d26 (diff) | |
download | plus-da65a16e69409fb76010efebbbbbc749ce2eb4e7.tar.gz plus-da65a16e69409fb76010efebbbbbc749ce2eb4e7.tar.bz2 plus-da65a16e69409fb76010efebbbbbc749ce2eb4e7.tar.xz plus-da65a16e69409fb76010efebbbbbc749ce2eb4e7.zip |
Fix compilation with pugixml.
-rw-r--r-- | src/configuration.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/configuration.h b/src/configuration.h index 5cc0f88d7..2a5f123d3 100644 --- a/src/configuration.h +++ b/src/configuration.h @@ -26,6 +26,10 @@ #include "utils/stringutils.h" #include "utils/xml.h" +#ifdef ENABLE_PUGIXML +#include "utils/xmlwriter.h" +#endif // ENABLE_PUGIXML + #include "defaults.h" #include "localconsts.h" |