diff options
Diffstat (limited to 'odb/mysql/view-result.hxx')
-rw-r--r-- | odb/mysql/view-result.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/odb/mysql/view-result.hxx b/odb/mysql/view-result.hxx index 890ca42..23f0541 100644 --- a/odb/mysql/view-result.hxx +++ b/odb/mysql/view-result.hxx @@ -10,13 +10,13 @@ #include <cstddef> // std::size_t +#include <odb/details/shared-ptr.hxx> + #include <odb/mysql/version.hxx> #include <odb/mysql/forward.hxx> // query, view_statements #include <odb/mysql/result.hxx> #include <odb/mysql/statement.hxx> -#include <odb/details/shared-ptr.hxx> - namespace odb { namespace mysql |