From a323238e8f76a9b4481d492cc5c8b1486d3efb9f Mon Sep 17 00:00:00 2001 From: Ossama Othman Date: Thu, 14 Apr 2005 15:38:36 +0000 Subject: ChangeLogTag:Thu Apr 14 08:37:11 2005 Ossama Othman --- TAO/ChangeLog | 7 +++++++ TAO/tao/Objref_TypeCode_Base.cpp | 2 ++ 2 files changed, 9 insertions(+) diff --git a/TAO/ChangeLog b/TAO/ChangeLog index ea33ae701ba..004f156911a 100644 --- a/TAO/ChangeLog +++ b/TAO/ChangeLog @@ -1,3 +1,10 @@ +Thu Apr 14 08:37:11 2005 Ossama Othman + + * tao/Objref_TypeCode_Base.cpp: + + Include "ace/OS_NS_string.h" to pull in ACE_OS::strcmp() + declaration. + Thu Apr 14 14:45:12 UTC 2005 Johnny Willemsen * tao/PortableInterceptor.pidl: diff --git a/TAO/tao/Objref_TypeCode_Base.cpp b/TAO/tao/Objref_TypeCode_Base.cpp index b8adb2cc3d1..174caf5dc27 100644 --- a/TAO/tao/Objref_TypeCode_Base.cpp +++ b/TAO/tao/Objref_TypeCode_Base.cpp @@ -11,6 +11,8 @@ #include "tao/CDR.h" +#include "ace/OS_NS_string.h" + template bool -- cgit v1.2.1