winrt: Fix non-PCH build
This cpp file did not include its header. Change-Id: Ib68f4a1470c1dc213add5e8825ef972c07ee57df Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
parent
3ed6f74fb2
commit
4a6ba203b5
|
|
@ -30,9 +30,11 @@
|
|||
** $QT_END_LICENSE$
|
||||
**
|
||||
****************************************************************************/
|
||||
#ifdef Q_OS_WINRT
|
||||
|
||||
#include "qfunctions_winrt.h"
|
||||
|
||||
#ifdef Q_OS_WINRT
|
||||
|
||||
#include "qstring.h"
|
||||
#include "qbytearray.h"
|
||||
#include "qhash.h"
|
||||
|
|
|
|||
Loading…
Reference in New Issue