summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1997-08-22 16:12:38 +0000
committerlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1997-08-22 16:12:38 +0000
commit2e0751e048ffdee5fd283c23d543ee415183ce49 (patch)
treefc3340cba7e3a18a68fcafbf7e3995bfa24cf2ee
parentecf86a649dac145077afc3a9fc5c8d46bc8a5b61 (diff)
downloadATCD-2e0751e048ffdee5fd283c23d543ee415183ce49.tar.gz
added include of iostream.h with ACE_HAS_MINIMUM_IOSTREAMH_INCLUSION
-rw-r--r--examples/Log_Msg/test_log_msg.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/examples/Log_Msg/test_log_msg.cpp b/examples/Log_Msg/test_log_msg.cpp
index 7beef0e345d..626124e1d38 100644
--- a/examples/Log_Msg/test_log_msg.cpp
+++ b/examples/Log_Msg/test_log_msg.cpp
@@ -20,6 +20,10 @@
#include "ace/OS.h"
+#if defined (ACE_HAS_MINIMUM_IOSTREAMH_INCLUSION)
+# include <iostream.h>
+#endif /* ACE_HAS_MINIMUM_IOSTREAMH_INCLUSION */
+
static void
cleanup (void)
{