From 1c6d6e5ed99e80d057a710635325a79b8e3f73d2 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Mon, 29 Oct 2012 14:39:12 +0200 Subject: Add workaround for VC++ --- odb/result.hxx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'odb/result.hxx') 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 #include +#include #include namespace odb { - class result_impl: public details::shared_base + class LIBODB_EXPORT result_impl: public details::shared_base { public: virtual -- cgit v1.1