aboutsummaryrefslogtreecommitdiff
path: root/mapping/traits-pgsql.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'mapping/traits-pgsql.hxx')
-rw-r--r--mapping/traits-pgsql.hxx3
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>