diff options
author | Simon Hausmann <[email protected]> | 2016-06-22 09:31:52 +0200 |
---|---|---|
committer | Simon Hausmann <[email protected]> | 2016-06-22 09:01:21 +0000 |
commit | fd0e3c6d569a7410fff33974ce9f908dc2de0e22 (patch) | |
tree | c2287c83f2bc7b4c17a8827e03cc14bb21f4cef8 /src | |
parent | 1569f46bdcffc9b4af3eed295aa29fa85e33f60c (diff) |
Fix build on Windows with MinGW and QNX
Added missing QDate, QTime, QDateTime inclusion.
Change-Id: I48da448cb7c352eb04c674aea8027fc5c7aae151
Reviewed-by: Simon Hausmann <[email protected]>
Diffstat (limited to 'src')
-rw-r--r-- | src/qml/compiler/qqmlpropertyvalidator.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/qml/compiler/qqmlpropertyvalidator.cpp b/src/qml/compiler/qqmlpropertyvalidator.cpp index dd44a49896..9ea52e240d 100644 --- a/src/qml/compiler/qqmlpropertyvalidator.cpp +++ b/src/qml/compiler/qqmlpropertyvalidator.cpp @@ -41,6 +41,7 @@ #include <private/qqmlcustomparser_p.h> #include <private/qqmlstringconverters_p.h> +#include <QtCore/qdatetime.h> QT_BEGIN_NAMESPACE |