From d1d86684114447809c762a78e8e5cb821e1253fc Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Sun, 25 Feb 2024 19:50:41 +0100 Subject: Optionally (with --c++17) use libxml++-4.0 and C++17. --- src/cxml.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/cxml.h') 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; -- cgit v1.2.3