From e5e03b00789b248e8c80582f197f459fdd900e57 Mon Sep 17 00:00:00 2001 From: levine Date: Mon, 18 Aug 1997 16:37:43 +0000 Subject: #include iostream.h if ACE_HAS_MINIMUM_IOSTREAMH_INCLUSION --- ace/IOStream.h | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'ace/IOStream.h') 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 /**/ +#else +# include "ace/stdcpp.h" +#endif /* ACE_HAS_MINIMUM_IOSTREAMH_INCLUSION */ #if defined (ACE_HAS_STRING_CLASS) #if defined (ACE_WIN32) -- cgit v1.2.1