From: Shane Carr Date: Fri, 25 May 2018 21:29:59 +0000 (+0000) Subject: ICU-13788 Fixing numparse_impl C++ dependency issues. X-Git-Tag: release-62-rc~36 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0b1aa193fc474f8f5f269c823a7d23b6a2fd6427;p=icu ICU-13788 Fixing numparse_impl C++ dependency issues. X-SVN-Rev: 41464 --- diff --git a/icu4c/source/i18n/numparse_impl.cpp b/icu4c/source/i18n/numparse_impl.cpp index 82047d3ad01..46a05139c76 100644 --- a/icu4c/source/i18n/numparse_impl.cpp +++ b/icu4c/source/i18n/numparse_impl.cpp @@ -11,7 +11,6 @@ #include #include -#include #include "number_types.h" #include "number_patternstring.h" #include "numparse_types.h" diff --git a/icu4c/source/i18n/numparse_impl.h b/icu4c/source/i18n/numparse_impl.h index e0e36071860..992114c7ede 100644 --- a/icu4c/source/i18n/numparse_impl.h +++ b/icu4c/source/i18n/numparse_impl.h @@ -32,7 +32,7 @@ namespace numparse { namespace impl { // Exported as U_I18N_API for tests -class U_I18N_API NumberParserImpl : public MutableMatcherCollection { +class U_I18N_API NumberParserImpl : public MutableMatcherCollection, public UMemory { public: virtual ~NumberParserImpl();