From 58e0224a6677667b1102b34ad5b35a787bd74077 Mon Sep 17 00:00:00 2001 From: Denis Pronin Date: Wed, 4 Mar 2020 00:59:07 +0300 Subject: support building with clang and libc++ fixed undefined errno when compiling with clang++ and libc++ Change-Id: I30be6e2da36f9189261535f103ce689462634f49 Reviewed-by: Alex Blasche --- src/bluetooth/bluez/bluetoothmanagement.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/bluetooth') diff --git a/src/bluetooth/bluez/bluetoothmanagement.cpp b/src/bluetooth/bluez/bluetoothmanagement.cpp index 31d3dc02..b6ad93e5 100644 --- a/src/bluetooth/bluez/bluetoothmanagement.cpp +++ b/src/bluetooth/bluez/bluetoothmanagement.cpp @@ -51,6 +51,7 @@ #include #include +#include QT_BEGIN_NAMESPACE -- cgit v1.2.3