diff options
Diffstat (limited to 'TAO/tao/Any.h')
-rw-r--r-- | TAO/tao/Any.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/TAO/tao/Any.h b/TAO/tao/Any.h index 88a1d32f043..623dd563bd4 100644 --- a/TAO/tao/Any.h +++ b/TAO/tao/Any.h @@ -16,6 +16,7 @@ // ============================================================================ #ifndef TAO_ANY_H +#include "ace/pre.h" #define TAO_ANY_H #include "tao/CDR.h" @@ -567,4 +568,5 @@ TAO_Export CORBA::Boolean operator>>= (CORBA_Any_var, #endif /* __ACE_INLINE__ */ +#include "ace/post.h" #endif /* TAO_ANY_H */ |