diff options
Diffstat (limited to 'ace/ACE.h')
-rw-r--r-- | ace/ACE.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ace/ACE.h b/ace/ACE.h index 796dfea3142..e9492237752 100644 --- a/ace/ACE.h +++ b/ace/ACE.h @@ -15,6 +15,7 @@ // ============================================================================ #ifndef ACE_ACE_H +#include "ace/pre.h" #define ACE_ACE_H #include "ace/OS.h" @@ -699,4 +700,5 @@ private: #include "ace/ACE.i" #endif /* ACE_LACKS_INLINE_FUNCTIONS */ +#include "ace/post.h" #endif /* ACE_ACE_H */ |