diff options
-rw-r--r-- | TAO/tao/Leader_Follower.i | 3 | ||||
-rw-r--r-- | TAO/tao/ORB_Core_TSS_Resources.h | 8 |
2 files changed, 10 insertions, 1 deletions
diff --git a/TAO/tao/Leader_Follower.i b/TAO/tao/Leader_Follower.i index c7fda5d6411..1c145aaab93 100644 --- a/TAO/tao/Leader_Follower.i +++ b/TAO/tao/Leader_Follower.i @@ -3,7 +3,8 @@ // **************************************************************** -#include "ORB_Core_TSS_Resources.h" +#include "tao/ORB_Core_TSS_Resources.h" +#include "tao/ORB_Core.h" ACE_INLINE TAO_Leader_Follower::TAO_Leader_Follower (TAO_ORB_Core* orb_core, diff --git a/TAO/tao/ORB_Core_TSS_Resources.h b/TAO/tao/ORB_Core_TSS_Resources.h index 6c68da4ea22..8b15c902da0 100644 --- a/TAO/tao/ORB_Core_TSS_Resources.h +++ b/TAO/tao/ORB_Core_TSS_Resources.h @@ -24,8 +24,16 @@ #include "ace/Array_Base.h" + +#include "ace/Array_Base.h" + class TAO_ORB_Core; +#if TAO_HAS_INTERCEPTORS == 1 +#include "PICurrent_Impl.h" +class TAO_ClientRequestInfo; +#endif /* TAO_HAS_INTERCEPTORS == 1 */ + /** * @class TAO_ORB_Core_TSS_Resources * |