diff options
author | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1997-07-09 12:26:22 +0000 |
---|---|---|
committer | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1997-07-09 12:26:22 +0000 |
commit | e5b95291cde31c11b5818e746107c25979e92ab9 (patch) | |
tree | ad76b4cf6d08237e5d3c971fc50012f139ea84fe /ace/Log_Record.cpp | |
parent | 8851d95bfd15f846ea42143d578390d3dd056289 (diff) | |
download | ATCD-e5b95291cde31c11b5818e746107c25979e92ab9.tar.gz |
#include iostream.h with ACE_HAS_MINIMUM_IOSTREAMH_INCLUSION
Diffstat (limited to 'ace/Log_Record.cpp')
-rw-r--r-- | ace/Log_Record.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ace/Log_Record.cpp b/ace/Log_Record.cpp index cb9f606327b..17e9e114fc4 100644 --- a/ace/Log_Record.cpp +++ b/ace/Log_Record.cpp @@ -4,6 +4,10 @@ #define ACE_BUILD_DLL #include "ace/Log_Record.h" +#if defined (ACE_HAS_MINIMUM_IOSTREAMH_INCLUSION) +# include /**/ <iostream.h> +#endif /* ACE_HAS_MINIMUM_IOSTREAMH_INCLUSION */ + ACE_ALLOC_HOOK_DEFINE(ACE_Log_Record) void |