Fix build on QNX/Windows/MinGW

Oddly the include order is different and we need to include the header
for the class we use.

Change-Id: If8a7485b8b728b1d3565023f37234912a0e0feea
Reviewed-by: Liang Qi <liang.qi@qt.io>
This commit is contained in:
Simon Hausmann 2016-08-03 15:15:51 +02:00 committed by Liang Qi
parent 5d8f6b49d2
commit 0f4b84bc9d
1 changed files with 1 additions and 0 deletions

View File

@ -58,6 +58,7 @@
#endif
#include <private/qqmlirbuilder_p.h>
#include <QCoreApplication>
#include <QCryptographicHash>
#include <algorithm>