From cdca463703de22e87d0d8f995d22f6d95fe89d6c Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Mon, 30 Jul 2012 16:05:03 +0200 Subject: Add missing includes --- odb/qt/date-time/pgsql/qdate-time-traits.hxx | 2 ++ odb/qt/date-time/pgsql/qdate-traits.hxx | 2 ++ odb/qt/date-time/pgsql/qtime-traits.hxx | 2 ++ 3 files changed, 6 insertions(+) (limited to 'odb/qt/date-time/pgsql') diff --git a/odb/qt/date-time/pgsql/qdate-time-traits.hxx b/odb/qt/date-time/pgsql/qdate-time-traits.hxx index 97dbae4..8c836e0 100644 --- a/odb/qt/date-time/pgsql/qdate-time-traits.hxx +++ b/odb/qt/date-time/pgsql/qdate-time-traits.hxx @@ -66,4 +66,6 @@ namespace odb } } +#include + #endif // ODB_QT_DATE_TIME_PGSQL_QDATETIME_TRAITS_HXX diff --git a/odb/qt/date-time/pgsql/qdate-traits.hxx b/odb/qt/date-time/pgsql/qdate-traits.hxx index 5d831ba..c42c38b 100644 --- a/odb/qt/date-time/pgsql/qdate-traits.hxx +++ b/odb/qt/date-time/pgsql/qdate-traits.hxx @@ -64,4 +64,6 @@ namespace odb } } +#include + #endif // ODB_QT_DATE_TIME_PGSQL_QDATE_TRAITS_HXX diff --git a/odb/qt/date-time/pgsql/qtime-traits.hxx b/odb/qt/date-time/pgsql/qtime-traits.hxx index caa0622..6f929ea 100644 --- a/odb/qt/date-time/pgsql/qtime-traits.hxx +++ b/odb/qt/date-time/pgsql/qtime-traits.hxx @@ -69,4 +69,6 @@ namespace odb } } +#include + #endif // ODB_QT_DATE_TIME_PGSQL_QTIME_TRAITS_HXX -- cgit v1.1