aboutsummaryrefslogtreecommitdiff
path: root/odb/tracer/exceptions.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'odb/tracer/exceptions.hxx')
-rw-r--r--odb/tracer/exceptions.hxx8
1 files changed, 7 insertions, 1 deletions
diff --git a/odb/tracer/exceptions.hxx b/odb/tracer/exceptions.hxx
index bfe9c49..2ce73d8 100644
--- a/odb/tracer/exceptions.hxx
+++ b/odb/tracer/exceptions.hxx
@@ -6,15 +6,19 @@
#ifndef ODB_TRACER_EXCEPTIONS_HXX
#define ODB_TRACER_EXCEPTIONS_HXX
+#include <odb/pre.hxx>
+
#include <string>
#include <odb/exceptions.hxx>
+#include <odb/tracer/details/export.hxx>
+
namespace odb
{
namespace tracer
{
- struct database_exception: odb::database_exception
+ struct LIBODB_TRACER_EXPORT database_exception: odb::database_exception
{
database_exception (const std::string&);
~database_exception () throw ();
@@ -28,4 +32,6 @@ namespace odb
}
}
+#include <odb/post.hxx>
+
#endif // ODB_TRACER_EXCEPTIONS_HXX