]> granicus.if.org Git - icu/commitdiff
ICU-13634 Fixing assorted build errors.
authorShane Carr <shane@unicode.org>
Tue, 24 Apr 2018 01:25:05 +0000 (01:25 +0000)
committerShane Carr <shane@unicode.org>
Tue, 24 Apr 2018 01:25:05 +0000 (01:25 +0000)
X-SVN-Rev: 41268

icu4c/source/i18n/number_affixutils.h
icu4c/source/i18n/number_types.h
icu4c/source/i18n/unicode/compactdecimalformat.h

index 2bd00d43019046c479a497a303e641005100d9a0..d515d7b80ac7f9e6a5dcb696f48415b6cc44aee3 100644 (file)
@@ -12,6 +12,7 @@
 #include "unicode/stringpiece.h"
 #include "unicode/unistr.h"
 #include "number_stringbuilder.h"
+#include "unicode/uniset.h"
 
 U_NAMESPACE_BEGIN namespace number {
 namespace impl {
index ce43152e1e2999ed727f70876c2c691e7650c930..0261e2cee04a4de822aaf236e3064ed823d92095 100644 (file)
@@ -15,6 +15,7 @@
 #include "unicode/utf16.h"
 #include "uassert.h"
 #include "unicode/platform.h"
+#include "unicode/uniset.h"
 
 U_NAMESPACE_BEGIN namespace number {
 namespace impl {
index e7995d375bac0b783e3a554e19ce9d757c1aaf06..a529ae5c8ce4cdaf8f0d58a7bc0254e8442dc9ea 100644 (file)
@@ -101,7 +101,7 @@ public:
      * @return    a polymorphic copy of this CompactDecimalFormat.
      * @stable ICU 51
      */
-    virtual Format* clone() const;
+    Format* clone() const U_OVERRIDE;
 
     using DecimalFormat::format;