aboutsummaryrefslogtreecommitdiff
path: root/xml/value-traits.hxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2014-04-29 08:39:32 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2014-04-29 08:39:32 +0200
commitd2b64216ca881f274257996d8963bdf778ae9c8a (patch)
tree0ffcbb14addab4103196cee452764d767f1f82d3 /xml/value-traits.hxx
parent871082dc018815261b6ec75a8e4933505389ffae (diff)
Add pre/post headers (VC warning disable)
Diffstat (limited to 'xml/value-traits.hxx')
-rw-r--r--xml/value-traits.hxx4
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