From bc96a84370fb167ab2c63582c10535992f31768c Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Thu, 14 Feb 2013 16:52:07 +0200 Subject: Fix build against Mac OS X SDK 10.4 Change-Id: I077afe48e0d375f75a8c35bc87c6c177b68512f7 --- sd/source/ui/remotecontrol/BluetoothServer.cxx | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'sd/source/ui/remotecontrol/BluetoothServer.cxx') diff --git a/sd/source/ui/remotecontrol/BluetoothServer.cxx b/sd/source/ui/remotecontrol/BluetoothServer.cxx index 7677e64b185a..e877cca22756 100644 --- a/sd/source/ui/remotecontrol/BluetoothServer.cxx +++ b/sd/source/ui/remotecontrol/BluetoothServer.cxx @@ -41,7 +41,14 @@ #ifdef MACOSX #include - #include + #if MACOSX_SDK_VERSION >= 1070 + #import + #else + #import + #import + #import + #import + #endif #include #endif -- cgit