summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2021-03-15 11:08:42 +0100
committerGitHub <noreply@github.com>2021-03-15 11:08:42 +0100
commite3f20b0fdaadbcbdac778c17bb53d8fa15118345 (patch)
tree8167e4b1581728c7092a0c246a9235660b1b83c2
parent4cdf3be98452625634554c22f1de62c9d1d4a564 (diff)
parent4d3608a999123643afdd58c81c1dc22af8074146 (diff)
downloadATCD-e3f20b0fdaadbcbdac778c17bb53d8fa15118345.tar.gz
Merge pull request #1452 from jwillemsen/jwi-memcmpfix
Add include of OS_NS_string.h, seems it was pulled in implicitly in t…
-rw-r--r--TAO/tao/Unbounded_Octet_Sequence_T.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/TAO/tao/Unbounded_Octet_Sequence_T.h b/TAO/tao/Unbounded_Octet_Sequence_T.h
index d50b8b8be03..22dcec3c2a3 100644
--- a/TAO/tao/Unbounded_Octet_Sequence_T.h
+++ b/TAO/tao/Unbounded_Octet_Sequence_T.h
@@ -23,6 +23,7 @@
#include "ace/Message_Block.h"
#include "ace/OS_Memory.h"
#include "ace/checked_iterator.h"
+#include "ace/OS_NS_string.h"
TAO_BEGIN_VERSIONED_NAMESPACE_DECL