summaryrefslogtreecommitdiff
path: root/netsvcs
diff options
context:
space:
mode:
Diffstat (limited to 'netsvcs')
-rw-r--r--netsvcs/clients/Logger/indirect_logging.cpp1
-rw-r--r--netsvcs/lib/Logging_Strategy.cpp1
2 files changed, 2 insertions, 0 deletions
diff --git a/netsvcs/clients/Logger/indirect_logging.cpp b/netsvcs/clients/Logger/indirect_logging.cpp
index d13febea1d1..1739f0a668f 100644
--- a/netsvcs/clients/Logger/indirect_logging.cpp
+++ b/netsvcs/clients/Logger/indirect_logging.cpp
@@ -6,6 +6,7 @@
// Daemon, the logging records will be written to stderr.
#include "ace/OS.h"
+#include "ace/Log_Msg.h"
ACE_RCSID(Logger, indirect_logging, "$Id$")
diff --git a/netsvcs/lib/Logging_Strategy.cpp b/netsvcs/lib/Logging_Strategy.cpp
index d2533a5ae0a..f853acd50fa 100644
--- a/netsvcs/lib/Logging_Strategy.cpp
+++ b/netsvcs/lib/Logging_Strategy.cpp
@@ -4,6 +4,7 @@
#include "ace/Get_Opt.h"
#include "ace/streams.h"
+#include "ace/Log_Msg.h"
#include "Logging_Strategy.h"
ACE_RCSID(lib, Logging_Strategy, "$Id$")