diff options
Diffstat (limited to 'ace/DEV_Addr.h')
-rw-r--r-- | ace/DEV_Addr.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ace/DEV_Addr.h b/ace/DEV_Addr.h index 9f98f1a4f6d..a5a485b9653 100644 --- a/ace/DEV_Addr.h +++ b/ace/DEV_Addr.h @@ -15,6 +15,7 @@ // ============================================================================ #ifndef ACE_DEV_ADDR_H +#include "ace/pre.h" #define ACE_DEV_ADDR_H #include "ace/Addr.h" @@ -84,4 +85,5 @@ private: #include "ace/DEV_Addr.i" #endif /* __ACE_INLINE__ */ +#include "ace/post.h" #endif /* ACE_DEV_ADDR_H */ |