aboutsummaryrefslogtreecommitdiff
path: root/odb/qt/date-time/mysql/default-mapping.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'odb/qt/date-time/mysql/default-mapping.hxx')
-rw-r--r--odb/qt/date-time/mysql/default-mapping.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/odb/qt/date-time/mysql/default-mapping.hxx b/odb/qt/date-time/mysql/default-mapping.hxx
index fa0b823..250d668 100644
--- a/odb/qt/date-time/mysql/default-mapping.hxx
+++ b/odb/qt/date-time/mysql/default-mapping.hxx
@@ -6,9 +6,9 @@
#ifndef ODB_QT_DATE_TIME_MYSQL_DEFAULT_MAPPING_HXX
#define ODB_QT_DATE_TIME_MYSQL_DEFAULT_MAPPING_HXX
-#include <QDate>
-#include <QTime>
-#include <QDateTime>
+#include <QtCore/QDate>
+#include <QtCore/QTime>
+#include <QtCore/QDateTime>
// Map QDate to MySQL DATE by default. QDate provides a null
// representation so allow NULL values by default.