summaryrefslogtreecommitdiff
path: root/ace
diff options
context:
space:
mode:
authorirfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1997-12-04 09:17:38 +0000
committerirfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1997-12-04 09:17:38 +0000
commit6dbef86665e74490caa4281187065c12e665b691 (patch)
tree98e5b5b7f6b53a6841558a15fbe0b40a6438cd5b /ace
parentbb1f5d39959cfa83fb69c44daca57f326bf5c927 (diff)
downloadATCD-6dbef86665e74490caa4281187065c12e665b691.tar.gz
trying branch commit
Diffstat (limited to 'ace')
-rw-r--r--ace/Log_Msg.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/ace/Log_Msg.cpp b/ace/Log_Msg.cpp
index f8beb9c6241..c4df66a36bb 100644
--- a/ace/Log_Msg.cpp
+++ b/ace/Log_Msg.cpp
@@ -3,7 +3,10 @@
#define ACE_BUILD_DLL
// We need this to get the status of ACE_NTRACE...
+#if !defined (ACE_USER_CONFIG_H)
+#define ACE_USER_CONFIG_H
#include "ace/config.h"
+#endif /* ACE_USER_CONFIG_H */
// Turn off tracing for the duration of this file.
#if defined (ACE_NTRACE)
@@ -24,6 +27,8 @@
#include "ace/Thread_Manager.h"
#include "ace/Synch_T.h"
#include "ace/Signal.h"
+#include "ace/streams.h"
+
#if defined (ACE_MT_SAFE) && (ACE_MT_SAFE != 0)
# include "ace/Object_Manager.h"
#endif /* ACE_MT_SAFE */