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:
parent
5d8f6b49d2
commit
0f4b84bc9d
|
@ -58,6 +58,7 @@
|
|||
#endif
|
||||
#include <private/qqmlirbuilder_p.h>
|
||||
#include <QCoreApplication>
|
||||
#include <QCryptographicHash>
|
||||
|
||||
#include <algorithm>
|
||||
|
||||
|
|
Loading…
Reference in New Issue