aboutsummaryrefslogtreecommitdiff
path: root/xml/qname.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'xml/qname.hxx')
-rw-r--r--xml/qname.hxx4
1 files changed, 4 insertions, 0 deletions
diff --git a/xml/qname.hxx b/xml/qname.hxx
index be1bf00..027fcc8 100644
--- a/xml/qname.hxx
+++ b/xml/qname.hxx
@@ -5,6 +5,8 @@
#ifndef XML_QNAME_HXX
#define XML_QNAME_HXX
+#include <xml/details/pre.hxx>
+
#include <string>
#include <iosfwd>
@@ -75,4 +77,6 @@ namespace xml
operator<< (std::ostream&, const qname&);
}
+#include <xml/details/post.hxx>
+
#endif // XML_QNAME_HXX