winrt: Fix non-PCH build

This cpp file did not include its header.

Change-Id: Ib68f4a1470c1dc213add5e8825ef972c07ee57df
Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
Andrew Knight 2015-04-01 06:31:10 +03:00 committed by Andrew Knight
parent 3ed6f74fb2
commit 4a6ba203b5
1 changed files with 3 additions and 1 deletions

View File

@ -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"