diff options
Diffstat (limited to 'TAO/tao/Context.h')
-rw-r--r-- | TAO/tao/Context.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/TAO/tao/Context.h b/TAO/tao/Context.h index 81bb68d36e2..bcf6e5d6767 100644 --- a/TAO/tao/Context.h +++ b/TAO/tao/Context.h @@ -18,6 +18,7 @@ // ============================================================================ #ifndef TAO_CONTEXT_H +#include "ace/pre.h" #define TAO_CONTEXT_H #include "tao/corbafwd.h" @@ -300,4 +301,5 @@ private: #endif /* __ACE_INLINE__ */ #endif /* TAO_HAS_MINIMUM_CORBA */ +#include "ace/post.h" #endif /* TAO_CONTEXT_H */ |