From 6029bad7d1007aecd155985ba13d6c23a01015b8 Mon Sep 17 00:00:00 2001 From: Oliver Wolff Date: Tue, 24 Oct 2017 15:15:41 +0200 Subject: winrt: Fix build using -no-pch Task-number: QTBUG-63210 Change-Id: I98637337d8a77c8847bd0f2c567fec5e6a4ace31 Reviewed-by: Alex Blasche --- src/bluetooth/qbluetoothdevicediscoveryagent_p.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/bluetooth/qbluetoothdevicediscoveryagent_p.h') diff --git a/src/bluetooth/qbluetoothdevicediscoveryagent_p.h b/src/bluetooth/qbluetoothdevicediscoveryagent_p.h index 44834024..c4c16bb4 100644 --- a/src/bluetooth/qbluetoothdevicediscoveryagent_p.h +++ b/src/bluetooth/qbluetoothdevicediscoveryagent_p.h @@ -78,6 +78,11 @@ class QDBusVariant; QT_END_NAMESPACE #endif +#ifdef QT_WINRT_BLUETOOTH +#include +#include +#endif + QT_BEGIN_NAMESPACE #ifdef QT_WINRT_BLUETOOTH -- cgit v1.2.3