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 | 8bbdcc7a0c2f1dca6ebc2ee937b4e17a09752b23 (patch) | |
tree | ad76b4cf6d08237e5d3c971fc50012f139ea84fe /ace/IOStream.h | |
parent | 864ca0a03ab1d29109efa3bd8b86130100f3434b (diff) | |
download | ATCD-8bbdcc7a0c2f1dca6ebc2ee937b4e17a09752b23.tar.gz |
#include iostream.h with ACE_HAS_MINIMUM_IOSTREAMH_INCLUSION
Diffstat (limited to 'ace/IOStream.h')
-rw-r--r-- | ace/IOStream.h | 4 |
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; |