Optionally (with --c++17) use libxml++-4.0 and C++17.
[libcxml.git] / src / cxml.h
index e6130399bef0d84eab6625e6af9308273cd4e6df..1dd43cdd5b8af4a1921fef83dee51df941bfe7b0 100644 (file)
@@ -21,6 +21,7 @@
 #ifndef LIBCXML_CXML_H
 #define LIBCXML_CXML_H
 
+#include <glibmm/ustring.h>
 #include <boost/optional.hpp>
 #include <boost/filesystem.hpp>
 #include <boost/algorithm/string/erase.hpp>
@@ -238,7 +239,7 @@ protected:
        xmlpp::Node* _node;
 
 private:
-       mutable std::vector<std::string> _taken;
+       mutable std::vector<Glib::ustring> _taken;
 };
 
 typedef std::shared_ptr<cxml::Node> NodePtr;