Author: amassari
Date: Wed Nov 6 11:15:31 2013
New Revision: 1539311
URL: http://svn.apache.org/r1539311
Log:
Explicitly include utf16.h (XERCESC-2023)
Modified:
xerces/c/trunk/src/xercesc/util/Transcoders/ICU/ICUTransService.cpp
Modified: xerces/c/trunk/src/xercesc/util/Transcoders/ICU/ICUTransService.cpp
URL:
http://svn.apache.org/viewvc/xerces/c/trunk/src/xercesc/util/Transcoders/ICU/ICUTransService.cpp?rev=1539311&r1=1539310&r2=1539311&view=diff
==============================================================================
--- xerces/c/trunk/src/xercesc/util/Transcoders/ICU/ICUTransService.cpp
(original)
+++ xerces/c/trunk/src/xercesc/util/Transcoders/ICU/ICUTransService.cpp Wed Nov
6 11:15:31 2013
@@ -39,6 +39,9 @@
#if (U_ICU_VERSION_MAJOR_NUM >= 2)
#include <unicode/uclean.h>
#endif
+#if (U_ICU_VERSION_MAJOR_NUM >= 4)
+ #include <unicode/utf16.h>
+#endif
#if !defined(XML_OS390) && !defined(XML_AS400) && !defined(XML_HPUX) &&
!defined(XML_PTX)
// Forward reference the symbol which points to the ICU converter data.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]