From 089a1f5274ac6eaec31d08127ecc86ee32a63244 Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Thu, 1 Aug 2013 20:39:14 +0300 Subject: Include so that SAL_INFO actually compiles as expected Change-Id: Ib7209627052563391eedadb671ed164a1cf863c0 --- sd/source/ui/remotecontrol/AvahiNetworkService.cxx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/sd/source/ui/remotecontrol/AvahiNetworkService.cxx b/sd/source/ui/remotecontrol/AvahiNetworkService.cxx index 68354332df12..19f9f842309a 100644 --- a/sd/source/ui/remotecontrol/AvahiNetworkService.cxx +++ b/sd/source/ui/remotecontrol/AvahiNetworkService.cxx @@ -20,6 +20,8 @@ #include #include +#include + #include "AvahiNetworkService.hxx" #include "ZeroconfService.hxx" @@ -41,7 +43,7 @@ static void entry_group_callback(AvahiEntryGroup *g, AvahiEntryGroupState state, switch (state) { case AVAHI_ENTRY_GROUP_ESTABLISHED : /* The entry group has been established successfully */ - SAL_INFO( "sdremote.wifi", "Service " << avahiService->getName().c_str() << " successfully established." ); + SAL_INFO( "sdremote.wifi", "Service " << avahiService->getName() << " successfully established." ); break; case AVAHI_ENTRY_GROUP_COLLISION : { -- cgit