X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Fcxml.h;h=1dd43cdd5b8af4a1921fef83dee51df941bfe7b0;hb=d1d86684114447809c762a78e8e5cb821e1253fc;hp=e6130399bef0d84eab6625e6af9308273cd4e6df;hpb=a0ca8f600cd5bbf3b942b276fc870083de4e1b0a;p=libcxml.git 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 #include #include #include @@ -238,7 +239,7 @@ protected: xmlpp::Node* _node; private: - mutable std::vector _taken; + mutable std::vector _taken; }; typedef std::shared_ptr NodePtr;