diff options
Diffstat (limited to 'odb/qt/basic/mysql')
-rw-r--r-- | odb/qt/basic/mysql/default-mapping.hxx | 4 | ||||
-rw-r--r-- | odb/qt/basic/mysql/qbyte-array-traits.hxx | 2 | ||||
-rw-r--r-- | odb/qt/basic/mysql/qstring-traits.hxx | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/odb/qt/basic/mysql/default-mapping.hxx b/odb/qt/basic/mysql/default-mapping.hxx index 8ffcafe..d111a08 100644 --- a/odb/qt/basic/mysql/default-mapping.hxx +++ b/odb/qt/basic/mysql/default-mapping.hxx @@ -6,8 +6,8 @@ #ifndef ODB_QT_BASIC_MYSQL_DEFAULT_MAPPING_HXX #define ODB_QT_BASIC_MYSQL_DEFAULT_MAPPING_HXX -#include <QString> -#include <QByteArray> +#include <QtCore/QString> +#include <QtCore/QByteArray> // By default, map QString to MySQL TEXT for non-id and to VARCHAR(256) for // id members. MySQL cannot have primary keys of the TEXT type. diff --git a/odb/qt/basic/mysql/qbyte-array-traits.hxx b/odb/qt/basic/mysql/qbyte-array-traits.hxx index 0c1a5b8..52e620c 100644 --- a/odb/qt/basic/mysql/qbyte-array-traits.hxx +++ b/odb/qt/basic/mysql/qbyte-array-traits.hxx @@ -11,7 +11,7 @@ #include <cstring> // std::memcpy #include <cstddef> // std::size_t -#include <QByteArray> +#include <QtCore/QByteArray> #include <odb/details/buffer.hxx> #include <odb/mysql/traits.hxx> diff --git a/odb/qt/basic/mysql/qstring-traits.hxx b/odb/qt/basic/mysql/qstring-traits.hxx index 17f0946..922c4c3 100644 --- a/odb/qt/basic/mysql/qstring-traits.hxx +++ b/odb/qt/basic/mysql/qstring-traits.hxx @@ -11,7 +11,7 @@ #include <cstring> // std::memcpy #include <cstddef> // std::size_t -#include <QString> +#include <QtCore/QString> #include <odb/details/buffer.hxx> #include <odb/mysql/traits.hxx> |