diff options
author | Constantin Michael <constantin@codesynthesis.com> | 2011-07-22 17:38:12 +0200 |
---|---|---|
committer | Constantin Michael <constantin@codesynthesis.com> | 2011-07-22 17:38:12 +0200 |
commit | 763e02f523a65e0858e378bde81690e308ce1fe9 (patch) | |
tree | c96a405acca7156b422a6d26ff48ee30a377b8d8 /mapping | |
parent | 529bfe813f6e00ce7e3c09f75ec55f240c83d3ca (diff) |
Aesthetic changes
Diffstat (limited to 'mapping')
-rw-r--r-- | mapping/traits-pgsql.hxx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mapping/traits-pgsql.hxx b/mapping/traits-pgsql.hxx index 0b43c71..beaaac3 100644 --- a/mapping/traits-pgsql.hxx +++ b/mapping/traits-pgsql.hxx @@ -9,7 +9,8 @@ // PostgreSQL implementation. // -#include <cstring> +#include <cstddef> // std::size_t +#include <cstring> // std::strncmp, std::memset, std::memcpy #include <ctime> // localtime, mktime, time_t, tm #include <odb/pgsql/traits.hxx> |