diff --git a/icu4c/source/common/unicode/uniset.h b/icu4c/source/common/unicode/uniset.h index bd9aa5600df..676dea8891c 100644 --- a/icu4c/source/common/unicode/uniset.h +++ b/icu4c/source/common/unicode/uniset.h @@ -1637,9 +1637,11 @@ private: const UnicodeSet* inclusions, UErrorCode &status); +#ifndef U_HIDE_DRAFT_API // Skipped: ucpmap.h is draft only. void applyIntPropertyValue(const UCPMap *map, UCPMapValueFilter *filter, const void *context, UErrorCode &errorCode); +#endif /** * Set the new pattern to cache. diff --git a/icu4c/source/i18n/erarules.h b/icu4c/source/i18n/erarules.h index 281420a5aa5..f1d4059f59d 100644 --- a/icu4c/source/i18n/erarules.h +++ b/icu4c/source/i18n/erarules.h @@ -4,6 +4,7 @@ #ifndef ERARULES_H_ #define ERARULES_H_ +#include "unicode/localpointer.h" #include "unicode/utypes.h" #if !UCONFIG_NO_FORMATTING diff --git a/icu4c/source/test/hdrtst/cxxfiles.txt b/icu4c/source/test/hdrtst/cxxfiles.txt index afe1ff1796f..2084d615737 100644 --- a/icu4c/source/test/hdrtst/cxxfiles.txt +++ b/icu4c/source/test/hdrtst/cxxfiles.txt @@ -68,6 +68,7 @@ normalizer2.h normlzr.h nounit.h numberformatter.h +numberrangeformatter.h numfmt.h numsys.h parsepos.h