From 0d727cec3996b48f3c4d5f33401eb52002a4551a Mon Sep 17 00:00:00 2001 From: levine Date: Tue, 21 Oct 1997 20:39:56 +0000 Subject: added #include of iostream.h with ACE_HAS_MINIMUM_IOSTREAMH_INCLUSION --- examples/Shared_Malloc/test_persistence.cpp | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'examples') diff --git a/examples/Shared_Malloc/test_persistence.cpp b/examples/Shared_Malloc/test_persistence.cpp index 60a80954d55..7bdcbb39ceb 100644 --- a/examples/Shared_Malloc/test_persistence.cpp +++ b/examples/Shared_Malloc/test_persistence.cpp @@ -4,6 +4,10 @@ #include "ace/Malloc.h" +#if defined (ACE_HAS_MINIMUM_IOSTREAMH_INCLUSION) +# include /**/ +#endif /* ACE_HAS_MINIMUM_IOSTREAMH_INCLUSION */ + typedef ACE_Malloc MALLOC; typedef ACE_Malloc_Iterator MALLOC_ITERATOR; @@ -236,4 +240,3 @@ template class ACE_Malloc_Iterator ; #pragma instantiate ACE_Malloc #pragma instantiate ACE_Malloc_Iterator #endif /* ACE_HAS_EXPLICIT_TEMPLATE_INSTANTIATION */ - -- cgit v1.2.1