ICU-13788 Fixing numparse_impl C++ dependency issues.

X-SVN-Rev: 41464
This commit is contained in:
Shane Carr 2018-05-25 21:29:59 +00:00
parent f23cbfa975
commit 0b1aa193fc
2 changed files with 1 additions and 2 deletions

View File

@ -11,7 +11,6 @@
#include <typeinfo>
#include <array>
#include <iostream>
#include "number_types.h"
#include "number_patternstring.h"
#include "numparse_types.h"

View File

@ -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();