diff options
-rw-r--r-- | TAO/ChangeLog | 6 | ||||
-rw-r--r-- | TAO/tests/Sequence_Unit_Tests/bounded_sequence_cdr_ut.cpp | 2 |
2 files changed, 8 insertions, 0 deletions
diff --git a/TAO/ChangeLog b/TAO/ChangeLog index bacd150d502..64a0937d9ac 100644 --- a/TAO/ChangeLog +++ b/TAO/ChangeLog @@ -1,3 +1,9 @@ +Tue Jan 27 16:55:49 UTC 2009 Vladimir Zykov <vz@prismtech.com> + + * tests/Sequence_Unit_Tests/bounded_sequence_cdr_ut.cpp: + + Fixed a compilation error after a fix for bug#3524. + Tue Jan 27 16:13:41 UTC 2009 James Chappell <chappell_j@ociweb.com> * orbsvcs/Notify_Service/Notify_Service.h: diff --git a/TAO/tests/Sequence_Unit_Tests/bounded_sequence_cdr_ut.cpp b/TAO/tests/Sequence_Unit_Tests/bounded_sequence_cdr_ut.cpp index 7a09816a5f2..85f112d7dc7 100644 --- a/TAO/tests/Sequence_Unit_Tests/bounded_sequence_cdr_ut.cpp +++ b/TAO/tests/Sequence_Unit_Tests/bounded_sequence_cdr_ut.cpp @@ -14,9 +14,11 @@ #include "mock_reference.hpp" +#include "ace/OS_NS_string.h" #include "tao/Bounded_Object_Reference_Sequence_T.h" #include "tao/Bounded_Value_Sequence_T.h" #include "tao/Bounded_Basic_String_Sequence_T.h" +#include "tao/Bounded_BD_String_Sequence_T.h" #include "tao/Bounded_Array_Sequence_T.h" #include "tao/Bounded_Sequence_CDR_T.h" #include "tao/CDR.h" |