summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2021-03-15 10:37:02 +0100
committerJohnny Willemsen <jwillemsen@remedy.nl>2021-03-15 10:37:02 +0100
commit4d3608a999123643afdd58c81c1dc22af8074146 (patch)
tree8167e4b1581728c7092a0c246a9235660b1b83c2
parent8ceaf2865fc1eaced77993cb864f838c0bb7f297 (diff)
downloadATCD-4d3608a999123643afdd58c81c1dc22af8074146.tar.gz
Add include of OS_NS_string.h, seems it was pulled in implicitly in the past
* TAO/tao/Unbounded_Octet_Sequence_T.h:
-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