summaryrefslogtreecommitdiff
path: root/ace/Log_Record.h
diff options
context:
space:
mode:
authorlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1997-08-18 15:58:38 +0000
committerlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1997-08-18 15:58:38 +0000
commitd7e60bc469ddcf177a5677590c212616433833a1 (patch)
tree2481b97a291e585cb9e1f480ba7d4d6083042b3c /ace/Log_Record.h
parent1200b4a7122162411d15d99f2e1167da44b58ecc (diff)
downloadATCD-d7e60bc469ddcf177a5677590c212616433833a1.tar.gz
declare class ostream if ACE_HAS_MINIMUM_IOSTREAMH_INCLUSION
Diffstat (limited to 'ace/Log_Record.h')
-rw-r--r--ace/Log_Record.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ace/Log_Record.h b/ace/Log_Record.h
index 480fc968acc..bc3844c48d4 100644
--- a/ace/Log_Record.h
+++ b/ace/Log_Record.h
@@ -23,7 +23,7 @@
#define ACE_LOG_RECORD_H
// In case ace/stdcpp.h is not #included before this header . . .
-#if !defined(ACE_STDCPP_H)
+#if !defined(ACE_STDCPP_H) || defined(ACE_HAS_MINIMUM_IOSTREAMH_INCLUSION)
class ostream;
#endif