aboutsummaryrefslogtreecommitdiff
path: root/odb/tracer/transaction.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'odb/tracer/transaction.hxx')
-rw-r--r--odb/tracer/transaction.hxx8
1 files changed, 7 insertions, 1 deletions
diff --git a/odb/tracer/transaction.hxx b/odb/tracer/transaction.hxx
index 2bcfa07..1273e18 100644
--- a/odb/tracer/transaction.hxx
+++ b/odb/tracer/transaction.hxx
@@ -6,8 +6,12 @@
#ifndef ODB_TRACER_TRANSACTION_HXX
#define ODB_TRACER_TRANSACTION_HXX
+#include <odb/pre.hxx>
+
#include <odb/transaction.hxx>
+#include <odb/tracer/details/export.hxx>
+
namespace odb
{
namespace tracer
@@ -15,7 +19,7 @@ namespace odb
class database;
class transaction_impl;
- class transaction: public odb::transaction
+ class LIBODB_TRACER_EXPORT transaction: public odb::transaction
{
public:
typedef odb::database database_type;
@@ -43,4 +47,6 @@ namespace odb
#include <odb/tracer/transaction.ixx>
+#include <odb/post.hxx>
+
#endif // ODB_TRACER_TRANSACTION_HXX