diff options
Diffstat (limited to 'ace/streams.h')
-rw-r--r-- | ace/streams.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ace/streams.h b/ace/streams.h index aa07c61429c..3fcbbbab480 100644 --- a/ace/streams.h +++ b/ace/streams.h @@ -22,6 +22,7 @@ // ============================================================================ #ifndef ACE_STREAMS_H +#include "ace/pre.h" #define ACE_STREAMS_H #include "ace/inc_user_config.h" @@ -130,4 +131,5 @@ #endif /* ! ACE_LACKS_IOSTREAM_TOTALLY */ +#include "ace/post.h" #endif /* ACE_STREAMS_H */ |