summaryrefslogtreecommitdiff
path: root/ace/Log_Record.cpp
diff options
context:
space:
mode:
authorlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1997-08-18 16:37:43 +0000
committerlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1997-08-18 16:37:43 +0000
commite5e03b00789b248e8c80582f197f459fdd900e57 (patch)
tree7e876f0bb09ed451166f25271c8466042c626a05 /ace/Log_Record.cpp
parent038789e496c30bc74619c7d73d840fd224239b34 (diff)
downloadATCD-e5e03b00789b248e8c80582f197f459fdd900e57.tar.gz
#include iostream.h if ACE_HAS_MINIMUM_IOSTREAMH_INCLUSION
Diffstat (limited to 'ace/Log_Record.cpp')
-rw-r--r--ace/Log_Record.cpp6
1 files changed, 5 insertions, 1 deletions
diff --git a/ace/Log_Record.cpp b/ace/Log_Record.cpp
index 92520a70871..bab66d2c50f 100644
--- a/ace/Log_Record.cpp
+++ b/ace/Log_Record.cpp
@@ -4,7 +4,11 @@
#define ACE_BUILD_DLL
#include "ace/Log_Record.h"
-#include "ace/stdcpp.h"
+#if defined ACE_HAS_MINIMUM_IOSTREAMH_INCLUSION
+# include /**/ <iostream.h>
+#else
+# include "ace/stdcpp.h"
+#endif /* ACE_HAS_MINIMUM_IOSTREAMH_INCLUSION */
ACE_ALLOC_HOOK_DEFINE(ACE_Log_Record)