summaryrefslogtreecommitdiff
path: root/ace/Log_Record.cpp
diff options
context:
space:
mode:
authorlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1997-07-09 12:26:22 +0000
committerlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1997-07-09 12:26:22 +0000
commite5b95291cde31c11b5818e746107c25979e92ab9 (patch)
treead76b4cf6d08237e5d3c971fc50012f139ea84fe /ace/Log_Record.cpp
parent8851d95bfd15f846ea42143d578390d3dd056289 (diff)
downloadATCD-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.cpp4
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