aboutsummaryrefslogtreecommitdiff
path: root/odb/mysql/connection.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'odb/mysql/connection.hxx')
-rw-r--r--odb/mysql/connection.hxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/odb/mysql/connection.hxx b/odb/mysql/connection.hxx
index 8509790..cc5e5f0 100644
--- a/odb/mysql/connection.hxx
+++ b/odb/mysql/connection.hxx
@@ -11,16 +11,17 @@
#include <vector>
#include <odb/forward.hxx>
-#include <odb/shared-ptr.hxx>
#include <odb/mysql/version.hxx>
#include <odb/mysql/statement.hxx>
+#include <odb/details/shared-ptr.hxx>
+
namespace odb
{
namespace mysql
{
- class connection: public shared_base
+ class connection: public details::shared_base
{
public:
typedef mysql::statement_cache statement_cache_type;