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/basic/mssql/qbyte-array-traits.hxx | 2 ++ odb/qt/basic/mysql/qbyte-array-traits.hxx | 2 ++ odb/qt/basic/oracle/qbyte-array-traits.hxx | 2 ++ odb/qt/basic/pgsql/qbyte-array-traits.hxx | 2 ++ odb/qt/basic/sqlite/qbyte-array-traits.hxx | 2 ++ 5 files changed, 10 insertions(+) (limited to 'odb/qt/basic') diff --git a/odb/qt/basic/mssql/qbyte-array-traits.hxx b/odb/qt/basic/mssql/qbyte-array-traits.hxx index e581be8..6b2f77d 100644 --- a/odb/qt/basic/mssql/qbyte-array-traits.hxx +++ b/odb/qt/basic/mssql/qbyte-array-traits.hxx @@ -173,4 +173,6 @@ namespace odb } } +#include + #endif // ODB_QT_BASIC_MSSQL_QBYTE_ARRAY_TRAITS_HXX diff --git a/odb/qt/basic/mysql/qbyte-array-traits.hxx b/odb/qt/basic/mysql/qbyte-array-traits.hxx index a7ce2a0..5de3510 100644 --- a/odb/qt/basic/mysql/qbyte-array-traits.hxx +++ b/odb/qt/basic/mysql/qbyte-array-traits.hxx @@ -74,4 +74,6 @@ namespace odb } } +#include + #endif // ODB_QT_BASIC_MYSQL_QBYTE_ARRAY_TRAITS_HXX diff --git a/odb/qt/basic/oracle/qbyte-array-traits.hxx b/odb/qt/basic/oracle/qbyte-array-traits.hxx index 11654b8..f14c6b5 100644 --- a/odb/qt/basic/oracle/qbyte-array-traits.hxx +++ b/odb/qt/basic/oracle/qbyte-array-traits.hxx @@ -163,4 +163,6 @@ namespace odb } } +#include + #endif // ODB_QT_BASIC_ORACLE_QBYTE_ARRAY_TRAITS_HXX diff --git a/odb/qt/basic/pgsql/qbyte-array-traits.hxx b/odb/qt/basic/pgsql/qbyte-array-traits.hxx index 72a149c..27e6fe5 100644 --- a/odb/qt/basic/pgsql/qbyte-array-traits.hxx +++ b/odb/qt/basic/pgsql/qbyte-array-traits.hxx @@ -73,4 +73,6 @@ namespace odb } } +#include + #endif // ODB_QT_BASIC_PGSQL_QBYTE_ARRAY_TRAITS_HXX diff --git a/odb/qt/basic/sqlite/qbyte-array-traits.hxx b/odb/qt/basic/sqlite/qbyte-array-traits.hxx index 54339f4..ae4b53f 100644 --- a/odb/qt/basic/sqlite/qbyte-array-traits.hxx +++ b/odb/qt/basic/sqlite/qbyte-array-traits.hxx @@ -73,4 +73,6 @@ namespace odb } } +#include + #endif // ODB_QT_BASIC_SQLITE_QBYTE_ARRAY_TRAITS_HXX -- cgit v1.1