summaryrefslogtreecommitdiff
path: root/ace/IOStream.h
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
commit8bbdcc7a0c2f1dca6ebc2ee937b4e17a09752b23 (patch)
treead76b4cf6d08237e5d3c971fc50012f139ea84fe /ace/IOStream.h
parent864ca0a03ab1d29109efa3bd8b86130100f3434b (diff)
downloadATCD-8bbdcc7a0c2f1dca6ebc2ee937b4e17a09752b23.tar.gz
#include iostream.h with ACE_HAS_MINIMUM_IOSTREAMH_INCLUSION
Diffstat (limited to 'ace/IOStream.h')
-rw-r--r--ace/IOStream.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/ace/IOStream.h b/ace/IOStream.h
index 9a6c9eba92a..8f61252e4cf 100644
--- a/ace/IOStream.h
+++ b/ace/IOStream.h
@@ -24,6 +24,10 @@
#include "ace/INET_Addr.h"
#include "ace/Handle_Set.h"
+#if defined (ACE_HAS_MINIMUM_IOSTREAMH_INCLUSION)
+# include /**/ <iostream.h>
+#endif /* ACE_HAS_MINIMUM_IOSTREAMH_INCLUSION */
+
#if defined (ACE_HAS_STRING_CLASS)
#if defined (ACE_WIN32)
typedef CString ACE_IOStream_String;