From 5ec02f7792e97208c0f621c9e8a16854168022e3 Mon Sep 17 00:00:00 2001 From: Oliver Wolff Date: Tue, 24 Oct 2017 14:33:24 +0200 Subject: [PATCH] winrt: Fix compilation with -no-pch Task-number: QTBUG-63210 Change-Id: Icdd4fcee67e3b386b86a131c302424b53b18e565 Reviewed-by: Maurice Kalinowski Reviewed-by: Jake Petroules --- src/corelib/kernel/qfunctions_winrt.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/corelib/kernel/qfunctions_winrt.h b/src/corelib/kernel/qfunctions_winrt.h index 9b33f8b120..d0c44be683 100644 --- a/src/corelib/kernel/qfunctions_winrt.h +++ b/src/corelib/kernel/qfunctions_winrt.h @@ -44,6 +44,7 @@ #ifdef Q_OS_WIN +#include #include #include #include