aboutsummaryrefslogtreecommitdiff
path: root/xml/exception.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'xml/exception.hxx')
-rw-r--r--xml/exception.hxx4
1 files changed, 4 insertions, 0 deletions
diff --git a/xml/exception.hxx b/xml/exception.hxx
index adb242f..aebb094 100644
--- a/xml/exception.hxx
+++ b/xml/exception.hxx
@@ -5,6 +5,8 @@
#ifndef XML_EXCEPTION_HXX
#define XML_EXCEPTION_HXX
+#include <xml/details/pre.hxx>
+
#include <exception>
#include <xml/details/export.hxx>
@@ -14,4 +16,6 @@ namespace xml
struct LIBSTUDXML_EXPORT exception: std::exception {};
}
+#include <xml/details/post.hxx>
+
#endif // XML_EXCEPTION_HXX