diff options
author | irfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1997-12-04 09:17:38 +0000 |
---|---|---|
committer | irfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1997-12-04 09:17:38 +0000 |
commit | 6dbef86665e74490caa4281187065c12e665b691 (patch) | |
tree | 98e5b5b7f6b53a6841558a15fbe0b40a6438cd5b /ace | |
parent | bb1f5d39959cfa83fb69c44daca57f326bf5c927 (diff) | |
download | ATCD-6dbef86665e74490caa4281187065c12e665b691.tar.gz |
trying branch commit
Diffstat (limited to 'ace')
-rw-r--r-- | ace/Log_Msg.cpp | 5 |
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 */ |