aboutsummaryrefslogtreecommitdiff
path: root/odb/result.hxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2012-10-29 14:39:12 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2012-10-29 14:39:12 +0200
commit1c6d6e5ed99e80d057a710635325a79b8e3f73d2 (patch)
tree8e1d4cb96520a33298cba35da654bc479c533d19 /odb/result.hxx
parent3c14b6b14f5921366868644bda0b512c4b673e47 (diff)
Add workaround for VC++2.2.0.a1
Diffstat (limited to 'odb/result.hxx')
-rw-r--r--odb/result.hxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/odb/result.hxx b/odb/result.hxx
index 9f590d0..5db08cd 100644
--- a/odb/result.hxx
+++ b/odb/result.hxx
@@ -12,11 +12,12 @@
#include <odb/forward.hxx>
#include <odb/traits.hxx>
+#include <odb/details/export.hxx>
#include <odb/details/shared-ptr.hxx>
namespace odb
{
- class result_impl: public details::shared_base
+ class LIBODB_EXPORT result_impl: public details::shared_base
{
public:
virtual