From 10c8985b9151ea6b4ccfc7bbfb996af1001612ef Mon Sep 17 00:00:00 2001 From: Friedemann Kleint Date: Mon, 9 Sep 2019 10:43:43 +0200 Subject: qbluetoothdevicediscoveryagent_winrt.cpp: Fix build MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Add missing include for QMutex/Locker. Change-Id: I9e341b2ecaaae6e1b3a0bcf58ff7d890a4479091 Reviewed-by: André de la Rocha --- src/bluetooth/qbluetoothdevicediscoveryagent_winrt.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src') diff --git a/src/bluetooth/qbluetoothdevicediscoveryagent_winrt.cpp b/src/bluetooth/qbluetoothdevicediscoveryagent_winrt.cpp index 7cabe9d0..3407d280 100644 --- a/src/bluetooth/qbluetoothdevicediscoveryagent_winrt.cpp +++ b/src/bluetooth/qbluetoothdevicediscoveryagent_winrt.cpp @@ -50,6 +50,7 @@ #include #include #include +#include #include #include -- cgit v1.2.3