summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2005-04-23 17:55:55 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2005-04-23 17:55:55 +0000
commitf7e538c2f295c1b917476419e435d1dfc404f8e5 (patch)
treefffa8fca3e31be6e694228d7355e8dcbccab03b2
parent70fa417394cdd488af43666d0e4e03bcb7ab90a6 (diff)
downloadATCD-f7e538c2f295c1b917476419e435d1dfc404f8e5.tar.gz
ChangeLogTag: Sat Apr 23 17:55:12 UTC 2005 Johnny Willemsen <jwillemsen@remedy.nl>
-rw-r--r--TAO/tao/Connection_Handler.cpp1
-rw-r--r--TAO/tao/Connector_Registry.cpp1
2 files changed, 2 insertions, 0 deletions
diff --git a/TAO/tao/Connection_Handler.cpp b/TAO/tao/Connection_Handler.cpp
index 7525edd024a..4049c87ef31 100644
--- a/TAO/tao/Connection_Handler.cpp
+++ b/TAO/tao/Connection_Handler.cpp
@@ -9,6 +9,7 @@
#include "ace/SOCK.h"
#include "ace/Reactor.h"
+#include "ace/os_include/sys/os_socket.h"
#if !defined (__ACE_INLINE__)
#include "tao/Connection_Handler.inl"
diff --git a/TAO/tao/Connector_Registry.cpp b/TAO/tao/Connector_Registry.cpp
index 89d2cc12286..7b7b956af7d 100644
--- a/TAO/tao/Connector_Registry.cpp
+++ b/TAO/tao/Connector_Registry.cpp
@@ -9,6 +9,7 @@
#include "tao/ORB_Constants.h"
#include "tao/CDR.h"
#include "tao/SystemException.h"
+#include "ace/Auto_Ptr.h"
#if !defined(__ACE_INLINE__)
#include "tao/Connector_Registry.i"