Index: source/i18n/decimalformatpattern.h |
diff --git a/source/i18n/decimalformatpattern.h b/source/i18n/decimalformatpattern.h |
index 4b04d47d6b021e64cf0b5c1a3ef462464b8d7ec3..a5a628cf90f04f972b59aa1f779582d955cab827 100644 |
--- a/source/i18n/decimalformatpattern.h |
+++ b/source/i18n/decimalformatpattern.h |
@@ -1,6 +1,6 @@ |
/* |
******************************************************************************* |
-* Copyright (C) 1997-2014, International Business Machines Corporation and * |
+* Copyright (C) 1997-2015, International Business Machines Corporation and * |
* others. All Rights Reserved. * |
******************************************************************************* |
*/ |
@@ -14,6 +14,7 @@ |
#include "unicode/uobject.h" |
#include "unicode/unistr.h" |
#include "digitlst.h" |
+#include "affixpatternparser.h" |
U_NAMESPACE_BEGIN |
@@ -63,6 +64,10 @@ struct DecimalFormatPattern : UMemory { |
UnicodeString fNegSuffixPattern; |
UnicodeString fPosPrefixPattern; |
UnicodeString fPosSuffixPattern; |
+ AffixPattern fNegPrefixAffix; |
+ AffixPattern fNegSuffixAffix; |
+ AffixPattern fPosPrefixAffix; |
+ AffixPattern fPosSuffixAffix; |
EPadPosition fPadPosition; |
}; |