summaryrefslogtreecommitdiff
path: root/src/cxml.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/cxml.h')
-rw-r--r--src/cxml.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/cxml.h b/src/cxml.h
index e613039..1dd43cd 100644
--- a/src/cxml.h
+++ b/src/cxml.h
@@ -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;