diff options
Diffstat (limited to 'ace/LSOCK_Connector.h')
-rw-r--r-- | ace/LSOCK_Connector.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ace/LSOCK_Connector.h b/ace/LSOCK_Connector.h index f3a648ffe87..d418dcd4525 100644 --- a/ace/LSOCK_Connector.h +++ b/ace/LSOCK_Connector.h @@ -15,6 +15,7 @@ // ============================================================================ #ifndef ACE_LOCAL_SOCK_CONNECTOR_H +#include "ace/pre.h" #define ACE_LOCAL_SOCK_CONNECTOR_H #include "ace/SOCK_Connector.h" @@ -100,4 +101,5 @@ public: #endif #endif /* ACE_LACKS_UNIX_DOMAIN_SOCKETS */ +#include "ace/post.h" #endif /* ACE_LOCAL_SOCK_CONNECTOR_H */ |