summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorelliott_c <ocielliottc@users.noreply.github.com>2007-01-09 12:35:21 +0000
committerelliott_c <ocielliottc@users.noreply.github.com>2007-01-09 12:35:21 +0000
commit3b7b89fbf04f1822513b6ce07abfe8c2654619fb (patch)
tree595b3bf6d4cbb8c1ab885efcfe261b86a41fd3b1
parent2216a14a1bb2211ceb58ddec14a52cd2f9890f92 (diff)
downloadATCD-3b7b89fbf04f1822513b6ce07abfe8c2654619fb.tar.gz
ChangeLogTag: Tue Jan 9 12:34:12 UTC 2007 Chad Elliott <elliott_c@ociweb.com>
-rw-r--r--TAO/ChangeLog7
-rw-r--r--TAO/tao/Unbounded_Octet_Sequence_T.h1
2 files changed, 8 insertions, 0 deletions
diff --git a/TAO/ChangeLog b/TAO/ChangeLog
index 15e80e62ece..3f4d71c018f 100644
--- a/TAO/ChangeLog
+++ b/TAO/ChangeLog
@@ -1,3 +1,10 @@
+Tue Jan 9 12:34:12 UTC 2007 Chad Elliott <elliott_c@ociweb.com>
+
+ * tao/Unbounded_Octet_Sequence_T.h:
+
+ Added a missing #include "ace/OS_NS_string.h" to get
+ ACE_OS::memcmp().
+
Tue Jan 9 07:25:55 UTC 2007 Johnny Willemsen <jwillemsen@remedy.nl>
* tao/DynamicInterface/DII_Invocation.cpp:
diff --git a/TAO/tao/Unbounded_Octet_Sequence_T.h b/TAO/tao/Unbounded_Octet_Sequence_T.h
index 02fd1d81606..a1a27f57808 100644
--- a/TAO/tao/Unbounded_Octet_Sequence_T.h
+++ b/TAO/tao/Unbounded_Octet_Sequence_T.h
@@ -23,6 +23,7 @@
#include "tao/Basic_Types.h"
#include "ace/Message_Block.h"
#include "ace/OS_Memory.h"
+#include "ace/OS_NS_string.h"
TAO_BEGIN_VERSIONED_NAMESPACE_DECL