diff options
Diffstat (limited to 'ace/Log_Record.cpp')
-rw-r--r-- | ace/Log_Record.cpp | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/ace/Log_Record.cpp b/ace/Log_Record.cpp index 17e9e114fc4..92520a70871 100644 --- a/ace/Log_Record.cpp +++ b/ace/Log_Record.cpp @@ -4,9 +4,7 @@ #define ACE_BUILD_DLL #include "ace/Log_Record.h" -#if defined (ACE_HAS_MINIMUM_IOSTREAMH_INCLUSION) -# include /**/ <iostream.h> -#endif /* ACE_HAS_MINIMUM_IOSTREAMH_INCLUSION */ +#include "ace/stdcpp.h" ACE_ALLOC_HOOK_DEFINE(ACE_Log_Record) |