aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2011-03-30 16:10:01 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2011-03-30 16:10:01 +0200
commit45131d371c965daf1debcf8d17c2a3b74b2a8633 (patch)
tree4f3076967f12e36f7db5809cac8c5655564a8a19
parent647492377897cf3b7d112d99e9a961a0f786a6b8 (diff)
Export result_impl_base
-rw-r--r--odb/sqlite/result.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/odb/sqlite/result.hxx b/odb/sqlite/result.hxx
index c49ddf1..4f1cc2c 100644
--- a/odb/sqlite/result.hxx
+++ b/odb/sqlite/result.hxx
@@ -11,18 +11,18 @@
#include <cstddef> // std::size_t
#include <odb/result.hxx>
+#include <odb/details/shared-ptr.hxx>
#include <odb/sqlite/version.hxx>
#include <odb/sqlite/forward.hxx> // query, query_params
#include <odb/sqlite/statement.hxx>
-
-#include <odb/details/shared-ptr.hxx>
+#include <odb/sqlite/details/export.hxx>
namespace odb
{
namespace sqlite
{
- class result_impl_base
+ class LIBODB_SQLITE_EXPORT result_impl_base
{
public:
result_impl_base (const query&, details::shared_ptr<select_statement>);