diff options
Diffstat (limited to 'sd/source/ui/remotecontrol/OSXBluetooth.mm')
-rw-r--r-- | sd/source/ui/remotecontrol/OSXBluetooth.mm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/source/ui/remotecontrol/OSXBluetooth.mm b/sd/source/ui/remotecontrol/OSXBluetooth.mm index f364389df78e..93415f712629 100644 --- a/sd/source/ui/remotecontrol/OSXBluetooth.mm +++ b/sd/source/ui/remotecontrol/OSXBluetooth.mm @@ -6,7 +6,7 @@ * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ -#include <osl/conditn.hxx> // Include this early to avoid error as check() gets defined by some SDK header to empty +#include <osl/conditn.hxx> #include <premac.h> #import <IOBluetooth/objc/IOBluetoothRFCOMMChannel.h> |