diff options
Diffstat (limited to 'odb/mysql/traits.hxx')
-rw-r--r-- | odb/mysql/traits.hxx | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/odb/mysql/traits.hxx b/odb/mysql/traits.hxx index fd0b917..b415bd1 100644 --- a/odb/mysql/traits.hxx +++ b/odb/mysql/traits.hxx @@ -16,6 +16,8 @@ #include <odb/mysql/version.hxx> +#include <odb/details/buffer.hxx> + namespace odb { namespace mysql @@ -207,7 +209,7 @@ namespace odb } static void - set_image (buffer& b, + set_image (details::buffer& b, std::size_t& n, bool& is_null, const std::string& v) @@ -253,7 +255,7 @@ namespace odb } static void - set_image (buffer& b, + set_image (details::buffer& b, std::size_t& n, bool& is_null, const char* v) |