mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-09 15:27:38 +00:00
ICU-13788 Fixing numparse_impl C++ dependency issues.
X-SVN-Rev: 41464
This commit is contained in:
parent
f23cbfa975
commit
0b1aa193fc
2 changed files with 1 additions and 2 deletions
|
@ -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…
Add table
Reference in a new issue