aboutsummaryrefslogtreecommitdiff
path: root/odb/tracer/exceptions.hxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2010-08-30 15:50:24 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2010-08-30 15:50:24 +0200
commit289a99b42a16d69e9f97cef705669e04a3217581 (patch)
tree131301ca74003dce0c3e7bdea4d69cf53d0a3835 /odb/tracer/exceptions.hxx
parent2fe6da790e143e082bb512502b8d92c1f19ee870 (diff)
Support for automake and VC++ builds
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