diff options
Diffstat (limited to 'TAO/tao/Profile.cpp')
-rw-r--r-- | TAO/tao/Profile.cpp | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/TAO/tao/Profile.cpp b/TAO/tao/Profile.cpp index 52ae14fe87e..0592aa5460f 100644 --- a/TAO/tao/Profile.cpp +++ b/TAO/tao/Profile.cpp @@ -8,14 +8,20 @@ #include "ORB_Core.h" #include "Client_Strategy_Factory.h" +#include "ace/ACE.h" +#include "ace/OS_NS_string.h" + + #if !defined (__ACE_INLINE__) #include "Profile.i" #endif /* __ACE_INLINE__ */ + ACE_RCSID (tao, Profile, "$Id$") + // **************************************************************** TAO_Profile::TAO_Profile (CORBA::ULong tag, TAO_ORB_Core *orb_core, |