From ed81a8f4e7fd201b8ee82fe1e5801c218da7f148 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Fri, 19 Aug 2016 17:57:09 +0200 Subject: Add missing export --- odb/details/shared-ptr/base.txx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/odb/details/shared-ptr/base.txx b/odb/details/shared-ptr/base.txx index c15f508..d018c88 100644 --- a/odb/details/shared-ptr/base.txx +++ b/odb/details/shared-ptr/base.txx @@ -13,7 +13,7 @@ namespace odb { // Support for locating the counter in the memory block. // - struct locator_common + struct LIBODB_EXPORT locator_common { static std::size_t* counter (void*); -- cgit v1.1