summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2022-12-12 20:09:35 +0100
committerJohnny Willemsen <jwillemsen@remedy.nl>2022-12-12 20:09:35 +0100
commit780421e6430ae7d5682b0f505392c65dc1222d86 (patch)
tree240f006fedd4e591f6353a6e8305a07f6f90a749
parent3ed653f53a19d234e395f68a25cb8f42f9695bad (diff)
downloadATCD-780421e6430ae7d5682b0f505392c65dc1222d86.tar.gz
Add missing include
* TAO/orbsvcs/orbsvcs/PortableGroup/UIPMC_Endpoint.cpp:
-rw-r--r--TAO/orbsvcs/orbsvcs/PortableGroup/UIPMC_Endpoint.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/TAO/orbsvcs/orbsvcs/PortableGroup/UIPMC_Endpoint.cpp b/TAO/orbsvcs/orbsvcs/PortableGroup/UIPMC_Endpoint.cpp
index f54badefffe..be41a609280 100644
--- a/TAO/orbsvcs/orbsvcs/PortableGroup/UIPMC_Endpoint.cpp
+++ b/TAO/orbsvcs/orbsvcs/PortableGroup/UIPMC_Endpoint.cpp
@@ -9,6 +9,7 @@
#include "ace/OS_NS_stdio.h"
#include "ace/OS_NS_string.h"
#include "ace/OS_Memory.h"
+#include <cstring>
#if !defined (__ACE_INLINE__)
# include "orbsvcs/PortableGroup/UIPMC_Endpoint.inl"