diff options
-rw-r--r-- | sd/source/ui/remotecontrol/BluetoothServer.cxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sd/source/ui/remotecontrol/BluetoothServer.cxx b/sd/source/ui/remotecontrol/BluetoothServer.cxx index 1830a3b159d9..b538d6ddecdf 100644 --- a/sd/source/ui/remotecontrol/BluetoothServer.cxx +++ b/sd/source/ui/remotecontrol/BluetoothServer.cxx @@ -30,6 +30,7 @@ #define DBusGObjectPath char // DBusGObjectPath is only present in newer version of dbus-glib #endif #include "BluetoothServiceRecord.hxx" + #include "BufferedStreamSocket.hxx" #endif #ifdef WIN32 @@ -38,6 +39,7 @@ #undef WB_RIGHT #include <winsock2.h> #include <ws2bth.h> + #include "BufferedStreamSocket.hxx" #endif #ifdef MACOSX |