diff options
Diffstat (limited to 'ace/iosfwd.h')
-rw-r--r-- | ace/iosfwd.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ace/iosfwd.h b/ace/iosfwd.h index eac2c9e4ba5..d6afd67c047 100644 --- a/ace/iosfwd.h +++ b/ace/iosfwd.h @@ -25,6 +25,7 @@ // ============================================================================ #ifndef ACE_IOSFWD_H +#include "ace/pre.h" #define ACE_IOSFWD_H #include "ace/inc_user_config.h" @@ -73,4 +74,5 @@ # endif /* ! ACE_HAS_STANDARD_CPP_LIBRARY */ +#include "ace/post.h" #endif /* ACE_IOSFWD_H */ |