summaryrefslogtreecommitdiff
path: root/CIAO/tools/XML/XercesString.h
diff options
context:
space:
mode:
Diffstat (limited to 'CIAO/tools/XML/XercesString.h')
-rw-r--r--CIAO/tools/XML/XercesString.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/CIAO/tools/XML/XercesString.h b/CIAO/tools/XML/XercesString.h
index 11aa6fa7c4d..c07c62ec9b0 100644
--- a/CIAO/tools/XML/XercesString.h
+++ b/CIAO/tools/XML/XercesString.h
@@ -11,6 +11,10 @@
#include <iosfwd>
+#ifdef __BORLANDC__
+using std::memcpy;
+#endif
+
#include <xercesc/util/XMLString.hpp>
// Utility class that provides a std::string like facade to XMLString.