diff options
Diffstat (limited to 'ace/XTI_ATM_Mcast.h')
-rw-r--r-- | ace/XTI_ATM_Mcast.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ace/XTI_ATM_Mcast.h b/ace/XTI_ATM_Mcast.h index a70e3d76543..4c6d3502c57 100644 --- a/ace/XTI_ATM_Mcast.h +++ b/ace/XTI_ATM_Mcast.h @@ -15,6 +15,7 @@ // ============================================================================ #ifndef ACE_XTI_ATM_MCAST_H +#include "ace/pre.h" #define ACE_XTI_ATM_MCAST_H #include "ace/TLI_Connector.h" @@ -118,4 +119,5 @@ public: #endif /* __ACE_INLINE__ */ #endif /* ACE_HAS_XTI_ATM */ +#include "ace/post.h" #endif /* ACE_XTI_ATM_MCAST_H */ |