aboutsummaryrefslogtreecommitdiff
path: root/odb/details/exception.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'odb/details/exception.hxx')
-rw-r--r--odb/details/exception.hxx8
1 files changed, 7 insertions, 1 deletions
diff --git a/odb/details/exception.hxx b/odb/details/exception.hxx
index 2da18ac..cebb8ca 100644
--- a/odb/details/exception.hxx
+++ b/odb/details/exception.hxx
@@ -6,16 +6,22 @@
#ifndef ODB_DETAILS_EXCEPTION_HXX
#define ODB_DETAILS_EXCEPTION_HXX
+#include <odb/pre.hxx>
+
#include <odb/exception.hxx>
+#include <odb/details/export.hxx>
+
namespace odb
{
namespace details
{
- struct exception: odb::exception
+ struct LIBODB_EXPORT exception: odb::exception
{
};
}
}
+#include <odb/post.hxx>
+
#endif // ODB_DETAILS_EXCEPTION_HXX