diff options
author | Miklos Vajna <vmiklos@collabora.co.uk> | 2014-08-19 07:32:26 +0200 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.co.uk> | 2014-08-19 07:34:51 +0200 |
commit | 8957c9419af8a1bc56b7e6cb248dc3fd57708589 (patch) | |
tree | 88d9ef800cd40d244d96a3ca6d2c062967d9cb32 /sd | |
parent | 3dd12b4a5c476eac74b4de15f97e0177cde81e1f (diff) |
error C2296: '<<' : illegal, left operand has type 'const char [28]'
Change-Id: Ibc25771002bd8ac9b4a2aca9f3c2965b8da9014e
Diffstat (limited to 'sd')
-rw-r--r-- | sd/source/ui/remotecontrol/WINNetworkService.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sd/source/ui/remotecontrol/WINNetworkService.cxx b/sd/source/ui/remotecontrol/WINNetworkService.cxx index 8f6885ea6deb..3643e1d2fd26 100644 --- a/sd/source/ui/remotecontrol/WINNetworkService.cxx +++ b/sd/source/ui/remotecontrol/WINNetworkService.cxx @@ -2,6 +2,7 @@ #include <iostream> #include "WINNetworkService.hxx" #include "mDNSResponder/dns_sd.h" +#include <sal/log.hxx> void sd::WINNetworkService::setup() { |