diff options
Diffstat (limited to 'ace/IOStream.h')
-rw-r--r-- | ace/IOStream.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/ace/IOStream.h b/ace/IOStream.h index e987367b8f4..a003946eac8 100644 --- a/ace/IOStream.h +++ b/ace/IOStream.h @@ -24,7 +24,11 @@ #include "ace/INET_Addr.h" #include "ace/Handle_Set.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 */ #if defined (ACE_HAS_STRING_CLASS) #if defined (ACE_WIN32) |