diff options
Diffstat (limited to 'ace/FILE.h')
-rw-r--r-- | ace/FILE.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ace/FILE.h b/ace/FILE.h index 287c8e178f7..07e4a2beaa2 100644 --- a/ace/FILE.h +++ b/ace/FILE.h @@ -15,6 +15,7 @@ // ============================================================================ #ifndef ACE_FILE_H +#include "ace/pre.h" #define ACE_FILE_H #include "ace/IO_SAP.h" @@ -129,4 +130,5 @@ protected: #include "ace/FILE.i" #endif /* ACE_LACKS_INLINE_FUNCTIONS */ +#include "ace/post.h" #endif /* ACE_FILE_H */ |