diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2011-07-22 17:54:04 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2011-07-22 17:54:04 +0200 |
commit | 4d511906633907995c32743d64f87f22334813c6 (patch) | |
tree | 39b0215b8e47d8141b789ad2214a6ca21bc0136e /mapping/traits-mysql.hxx | |
parent | 7bad4a5ff442d42182815d3eb39aa1580ea939de (diff) |
Add missing includes, comments
Diffstat (limited to 'mapping/traits-mysql.hxx')
-rw-r--r-- | mapping/traits-mysql.hxx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mapping/traits-mysql.hxx b/mapping/traits-mysql.hxx index ff5d106..893571e 100644 --- a/mapping/traits-mysql.hxx +++ b/mapping/traits-mysql.hxx @@ -9,7 +9,8 @@ // MySQL implementation. // -#include <cstring> +#include <cstddef> // std::size_t +#include <cstring> // std::strncmp, std::memcpy #include <odb/mysql/traits.hxx> |