aboutsummaryrefslogtreecommitdiff
path: root/odb/mysql/database.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'odb/mysql/database.hxx')
-rw-r--r--odb/mysql/database.hxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/odb/mysql/database.hxx b/odb/mysql/database.hxx
index fe9ed05..3272eda 100644
--- a/odb/mysql/database.hxx
+++ b/odb/mysql/database.hxx
@@ -11,7 +11,6 @@
#include <string>
#include <memory> // std::auto_ptr
-#include <odb/shared-ptr.hxx>
#include <odb/database.hxx>
#include <odb/mysql/version.hxx>
@@ -20,6 +19,8 @@
#include <odb/mysql/connection-factory.hxx>
#include <odb/mysql/transaction-impl.hxx>
+#include <odb/details/shared-ptr.hxx>
+
namespace odb
{
namespace mysql
@@ -131,7 +132,7 @@ namespace odb
begin_transaction ();
public:
- shared_ptr<connection_type>
+ details::shared_ptr<connection_type>
connection ();
public: