aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrederik Gladhorn <frederik.gladhorn@theqtcompany.com>2015-09-09 20:12:53 +0200
committerFrederik Gladhorn <frederik.gladhorn@theqtcompany.com>2015-09-09 18:27:32 +0000
commit79d49d340674b68a9d6f71ee1c90f26941c7122a (patch)
tree30d2348378e01f025af45471fd686d6d511c8848
parent00e1cd1046010b9ce963442a3823a2cac24029de (diff)
Add missing QLocale include
Change-Id: I5b0f8f130202506f4b7be595043c4dfa77768495 Reviewed-by: Frederik Gladhorn <frederik.gladhorn@theqtcompany.com>
-rw-r--r--src/imports/calendar/qquickcalendarview_p.h1
-rw-r--r--src/imports/calendar/qquickdayofweekrow_p.h1
-rw-r--r--src/imports/calendar/qquickweeknumbercolumn_p.h1
3 files changed, 3 insertions, 0 deletions
diff --git a/src/imports/calendar/qquickcalendarview_p.h b/src/imports/calendar/qquickcalendarview_p.h
index b6094da1..f391d919 100644
--- a/src/imports/calendar/qquickcalendarview_p.h
+++ b/src/imports/calendar/qquickcalendarview_p.h
@@ -49,6 +49,7 @@
//
#include <QtQuickControls/private/qquickcontrol_p.h>
+#include <QtCore/qlocale.h>
QT_BEGIN_NAMESPACE
diff --git a/src/imports/calendar/qquickdayofweekrow_p.h b/src/imports/calendar/qquickdayofweekrow_p.h
index de733812..83b32dd7 100644
--- a/src/imports/calendar/qquickdayofweekrow_p.h
+++ b/src/imports/calendar/qquickdayofweekrow_p.h
@@ -49,6 +49,7 @@
//
#include <QtQuickControls/private/qquickcontrol_p.h>
+#include <QtCore/qlocale.h>
QT_BEGIN_NAMESPACE
diff --git a/src/imports/calendar/qquickweeknumbercolumn_p.h b/src/imports/calendar/qquickweeknumbercolumn_p.h
index fc60431c..423cd99a 100644
--- a/src/imports/calendar/qquickweeknumbercolumn_p.h
+++ b/src/imports/calendar/qquickweeknumbercolumn_p.h
@@ -49,6 +49,7 @@
//
#include <QtQuickControls/private/qquickcontrol_p.h>
+#include <QtCore/qlocale.h>
QT_BEGIN_NAMESPACE