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/mssql/qdate-time-traits.hxx | 2 ++ odb/qt/date-time/mssql/qdate-traits.hxx | 2 ++ odb/qt/date-time/mssql/qtime-traits.hxx | 2 ++ odb/qt/date-time/mysql/qdate-time-traits.hxx | 2 ++ odb/qt/date-time/mysql/qdate-traits.hxx | 2 ++ odb/qt/date-time/mysql/qtime-traits.hxx | 2 ++ odb/qt/date-time/oracle/qdate-time-traits.hxx | 2 ++ odb/qt/date-time/oracle/qdate-traits.hxx | 2 ++ odb/qt/date-time/oracle/qtime-traits.hxx | 2 ++ 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 ++ 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 ++ 15 files changed, 30 insertions(+) (limited to 'odb/qt/date-time') diff --git a/odb/qt/date-time/mssql/qdate-time-traits.hxx b/odb/qt/date-time/mssql/qdate-time-traits.hxx index 8d421d6..92a07c7 100644 --- a/odb/qt/date-time/mssql/qdate-time-traits.hxx +++ b/odb/qt/date-time/mssql/qdate-time-traits.hxx @@ -100,4 +100,6 @@ namespace odb } } +#include + #endif // ODB_QT_DATE_TIME_MSSQL_QDATETIME_TRAITS_HXX diff --git a/odb/qt/date-time/mssql/qdate-traits.hxx b/odb/qt/date-time/mssql/qdate-traits.hxx index b64f82f..06d6d1c 100644 --- a/odb/qt/date-time/mssql/qdate-traits.hxx +++ b/odb/qt/date-time/mssql/qdate-traits.hxx @@ -59,4 +59,6 @@ namespace odb } } +#include + #endif // ODB_QT_DATE_TIME_MSSQL_QDATE_TRAITS_HXX diff --git a/odb/qt/date-time/mssql/qtime-traits.hxx b/odb/qt/date-time/mssql/qtime-traits.hxx index 03ba0b0..dca76d3 100644 --- a/odb/qt/date-time/mssql/qtime-traits.hxx +++ b/odb/qt/date-time/mssql/qtime-traits.hxx @@ -76,4 +76,6 @@ namespace odb } } +#include + #endif // ODB_QT_DATE_TIME_MSSQL_QTIME_TRAITS_HXX diff --git a/odb/qt/date-time/mysql/qdate-time-traits.hxx b/odb/qt/date-time/mysql/qdate-time-traits.hxx index 7f9094a..8e09251 100644 --- a/odb/qt/date-time/mysql/qdate-time-traits.hxx +++ b/odb/qt/date-time/mysql/qdate-time-traits.hxx @@ -121,4 +121,6 @@ namespace odb } } +#include + #endif // ODB_QT_DATE_TIME_MYSQL_QDATETIME_TRAITS_HXX diff --git a/odb/qt/date-time/mysql/qdate-traits.hxx b/odb/qt/date-time/mysql/qdate-traits.hxx index 1e5db19..716cc7f 100644 --- a/odb/qt/date-time/mysql/qdate-traits.hxx +++ b/odb/qt/date-time/mysql/qdate-traits.hxx @@ -63,4 +63,6 @@ namespace odb } } +#include + #endif // ODB_QT_DATE_TIME_MYSQL_QDATE_TRAITS_HXX diff --git a/odb/qt/date-time/mysql/qtime-traits.hxx b/odb/qt/date-time/mysql/qtime-traits.hxx index 2a5e346..ce277f0 100644 --- a/odb/qt/date-time/mysql/qtime-traits.hxx +++ b/odb/qt/date-time/mysql/qtime-traits.hxx @@ -64,4 +64,6 @@ namespace odb } } +#include + #endif // ODB_QT_DATE_TIME_MYSQL_QTIME_TRAITS_HXX diff --git a/odb/qt/date-time/oracle/qdate-time-traits.hxx b/odb/qt/date-time/oracle/qdate-time-traits.hxx index febfad0..6750ae1 100644 --- a/odb/qt/date-time/oracle/qdate-time-traits.hxx +++ b/odb/qt/date-time/oracle/qdate-time-traits.hxx @@ -132,4 +132,6 @@ namespace odb } } +#include + #endif // ODB_QT_DATE_TIME_ORACLE_QDATETIME_TRAITS_HXX diff --git a/odb/qt/date-time/oracle/qdate-traits.hxx b/odb/qt/date-time/oracle/qdate-traits.hxx index cafa58f..f1f5392 100644 --- a/odb/qt/date-time/oracle/qdate-traits.hxx +++ b/odb/qt/date-time/oracle/qdate-traits.hxx @@ -72,4 +72,6 @@ namespace odb } } +#include + #endif // ODB_QT_DATE_TIME_ORACLE_QDATE_TRAITS_HXX diff --git a/odb/qt/date-time/oracle/qtime-traits.hxx b/odb/qt/date-time/oracle/qtime-traits.hxx index 7b800ac..fe98685 100644 --- a/odb/qt/date-time/oracle/qtime-traits.hxx +++ b/odb/qt/date-time/oracle/qtime-traits.hxx @@ -62,4 +62,6 @@ namespace odb } } +#include + #endif // ODB_QT_DATE_TIME_ORACLE_QTIME_TRAITS_HXX 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 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