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-sqlite.hxx | |
parent | 7bad4a5ff442d42182815d3eb39aa1580ea939de (diff) |
Add missing includes, comments
Diffstat (limited to 'mapping/traits-sqlite.hxx')
-rw-r--r-- | mapping/traits-sqlite.hxx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mapping/traits-sqlite.hxx b/mapping/traits-sqlite.hxx index 38a8535..5aaba87 100644 --- a/mapping/traits-sqlite.hxx +++ b/mapping/traits-sqlite.hxx @@ -9,7 +9,8 @@ // SQLite implementation. // -#include <cstring> +#include <cstddef> // std::size_t +#include <cstring> // std::strncmp, std::memcpy #include <sstream> #include <odb/sqlite/traits.hxx> |