summaryrefslogtreecommitdiff
path: root/TAO/tao
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao')
-rw-r--r--TAO/tao/Muxed_TMS.h1
-rw-r--r--TAO/tao/ObjectKey_Table.h1
-rw-r--r--TAO/tao/PolicyFactory_Registry.h1
-rw-r--r--TAO/tao/Sequence.cpp1
-rw-r--r--TAO/tao/Typecode.cpp1
-rw-r--r--TAO/tao/Typecode.h1
-rw-r--r--TAO/tao/orbconf.h1
7 files changed, 7 insertions, 0 deletions
diff --git a/TAO/tao/Muxed_TMS.h b/TAO/tao/Muxed_TMS.h
index 82c7843376a..9c84a3deec8 100644
--- a/TAO/tao/Muxed_TMS.h
+++ b/TAO/tao/Muxed_TMS.h
@@ -23,6 +23,7 @@
#include "ace/Functor.h"
#include "ace/Hash_Map_Manager.h"
+#include "ace/Null_Mutex.h"
class TAO_Pluggable_Reply_Params;
diff --git a/TAO/tao/ObjectKey_Table.h b/TAO/tao/ObjectKey_Table.h
index a71a25efd16..650918e12ed 100644
--- a/TAO/tao/ObjectKey_Table.h
+++ b/TAO/tao/ObjectKey_Table.h
@@ -21,6 +21,7 @@
#include "tao/TAO_Export.h"
#include "ace/Functor.h"
+#include "ace/Null_Mutex.h"
// Forward declarations
diff --git a/TAO/tao/PolicyFactory_Registry.h b/TAO/tao/PolicyFactory_Registry.h
index cc6bee524b3..64182a7cd33 100644
--- a/TAO/tao/PolicyFactory_Registry.h
+++ b/TAO/tao/PolicyFactory_Registry.h
@@ -24,6 +24,7 @@
#include "PortableInterceptorC.h"
#include "PolicyC.h"
#include "ace/Map_Manager.h"
+#include "ace/Null_Mutex.h"
class TAO_ORB_Core;
diff --git a/TAO/tao/Sequence.cpp b/TAO/tao/Sequence.cpp
index 38dbcf498ff..351572383e9 100644
--- a/TAO/tao/Sequence.cpp
+++ b/TAO/tao/Sequence.cpp
@@ -3,6 +3,7 @@
#include "tao/Sequence.h"
#include "ace/Message_Block.h"
#include "ace/Log_Msg.h"
+#include "ace/OS.h"
#if !defined (__ACE_INLINE__)
#include "tao/Sequence.i"
diff --git a/TAO/tao/Typecode.cpp b/TAO/tao/Typecode.cpp
index 464fb25b7d4..0e80f0bffcd 100644
--- a/TAO/tao/Typecode.cpp
+++ b/TAO/tao/Typecode.cpp
@@ -20,6 +20,7 @@
#include "tao/CORBA_String.h"
#include "tao/debug.h"
#include "ace/Malloc_Base.h"
+#include "ace/Null_Mutex.h"
#if !defined (__ACE_INLINE__)
# include "tao/Typecode.i"
diff --git a/TAO/tao/Typecode.h b/TAO/tao/Typecode.h
index 6a35e3d1839..be948e0dfba 100644
--- a/TAO/tao/Typecode.h
+++ b/TAO/tao/Typecode.h
@@ -21,6 +21,7 @@
#include "ace/Hash_Map_Manager.h"
#include "ace/Unbounded_Queue.h"
+#include "ace/Thread_Mutex.h"
#if !defined (ACE_LACKS_PRAGMA_ONCE)
# pragma once
diff --git a/TAO/tao/orbconf.h b/TAO/tao/orbconf.h
index 0bd007966ea..969f6baebf8 100644
--- a/TAO/tao/orbconf.h
+++ b/TAO/tao/orbconf.h
@@ -22,6 +22,7 @@
// particular, it is needed for the definition of ACE_LITTLE_ENDIAN.
#include "ace/Basic_Types.h"
#include "ace/Global_Macros.h"
+#include "ace/Synch_Traits.h"
#if !defined (ACE_LACKS_PRAGMA_ONCE)
# pragma once