ICU-13788 Fixing numparse_impl C++ dependency issues.
X-SVN-Rev: 41464
This commit is contained in:
parent
f23cbfa975
commit
0b1aa193fc
@ -11,7 +11,6 @@
|
||||
|
||||
#include <typeinfo>
|
||||
#include <array>
|
||||
#include <iostream>
|
||||
#include "number_types.h"
|
||||
#include "number_patternstring.h"
|
||||
#include "numparse_types.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();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user