diff options
Diffstat (limited to 'ace/FILE_IO.h')
-rw-r--r-- | ace/FILE_IO.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ace/FILE_IO.h b/ace/FILE_IO.h index 808bb76f730..98b4a54e096 100644 --- a/ace/FILE_IO.h +++ b/ace/FILE_IO.h @@ -15,6 +15,7 @@ // ============================================================================ #ifndef ACE_FILE_IO_H +#include "ace/pre.h" #define ACE_FILE_IO_H #include "ace/FILE.h" @@ -137,4 +138,5 @@ public: #include "ace/FILE_IO.i" #endif +#include "ace/post.h" #endif /* ACE_FILE_IO_H */ |