diff options
Diffstat (limited to 'ace/TLI_Acceptor.h')
-rw-r--r-- | ace/TLI_Acceptor.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ace/TLI_Acceptor.h b/ace/TLI_Acceptor.h index 20ce2575daa..08d05e805ea 100644 --- a/ace/TLI_Acceptor.h +++ b/ace/TLI_Acceptor.h @@ -16,6 +16,7 @@ // ============================================================================ #ifndef ACE_TLI_ACCEPTOR_H +#include "ace/pre.h" #define ACE_TLI_ACCEPTOR_H #include "ace/TLI.h" @@ -115,4 +116,5 @@ private: #include "ace/TLI_Acceptor.i" #endif /* ACE_HAS_TLI */ +#include "ace/post.h" #endif /* ACE_TLI_ACCEPTOR_H */ |