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/sqlite/qdate-time-traits.hxx | 2 ++ odb/qt/date-time/sqlite/qdate-traits.hxx | 2 ++ odb/qt/date-time/sqlite/qtime-traits.hxx | 2 ++ 3 files changed, 6 insertions(+) (limited to 'odb/qt/date-time/sqlite') diff --git a/odb/qt/date-time/sqlite/qdate-time-traits.hxx b/odb/qt/date-time/sqlite/qdate-time-traits.hxx index b4352eb..ef8a714 100644 --- a/odb/qt/date-time/sqlite/qdate-time-traits.hxx +++ b/odb/qt/date-time/sqlite/qdate-time-traits.hxx @@ -117,4 +117,6 @@ namespace odb } } +#include + #endif // ODB_QT_DATE_TIME_SQLITE_QDATETIME_TRAITS_HXX diff --git a/odb/qt/date-time/sqlite/qdate-traits.hxx b/odb/qt/date-time/sqlite/qdate-traits.hxx index 8583eee..05b96fc 100644 --- a/odb/qt/date-time/sqlite/qdate-traits.hxx +++ b/odb/qt/date-time/sqlite/qdate-traits.hxx @@ -120,4 +120,6 @@ namespace odb } } +#include + #endif // ODB_QT_DATE_TIME_SQLITE_QDATE_TRAITS_HXX diff --git a/odb/qt/date-time/sqlite/qtime-traits.hxx b/odb/qt/date-time/sqlite/qtime-traits.hxx index e856d64..141090b 100644 --- a/odb/qt/date-time/sqlite/qtime-traits.hxx +++ b/odb/qt/date-time/sqlite/qtime-traits.hxx @@ -112,4 +112,6 @@ namespace odb } } +#include + #endif // ODB_QT_DATE_TIME_SQLITE_QTIME_TRAITS_HXX -- cgit v1.1