From 289a99b42a16d69e9f97cef705669e04a3217581 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Mon, 30 Aug 2010 15:50:24 +0200 Subject: Support for automake and VC++ builds --- odb/tracer/transaction-impl.hxx | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'odb/tracer/transaction-impl.hxx') diff --git a/odb/tracer/transaction-impl.hxx b/odb/tracer/transaction-impl.hxx index 92adb04..ec14373 100644 --- a/odb/tracer/transaction-impl.hxx +++ b/odb/tracer/transaction-impl.hxx @@ -6,8 +6,12 @@ #ifndef ODB_TRACER_TRANSACTION_IMPL_HXX #define ODB_TRACER_TRANSACTION_IMPL_HXX +#include + #include +#include + namespace odb { namespace tracer @@ -15,7 +19,7 @@ namespace odb class database; class transaction; - class transaction_impl: public odb::transaction_impl + class LIBODB_TRACER_EXPORT transaction_impl: public odb::transaction_impl { protected: friend class database; @@ -40,4 +44,6 @@ namespace odb } } +#include + #endif // ODB_TRACER_TRANSACTION_IMPL_HXX -- cgit v1.1