diff options
-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> |