diff options
Diffstat (limited to 'xml/value-traits.hxx')
-rw-r--r-- | xml/value-traits.hxx | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/xml/value-traits.hxx b/xml/value-traits.hxx index 7531f2c..61618d5 100644 --- a/xml/value-traits.hxx +++ b/xml/value-traits.hxx @@ -5,6 +5,8 @@ #ifndef XML_VALUE_TRAITS_HXX #define XML_VALUE_TRAITS_HXX +#include <xml/details/pre.hxx> + #include <string> #include <cstddef> // std::size_t @@ -48,4 +50,6 @@ namespace xml #include <xml/value-traits.txx> +#include <xml/details/post.hxx> + #endif // XML_VALUE_TRAITS_HXX |