From: Frank Tang Date: Tue, 30 Mar 2021 01:13:52 +0000 (-0700) Subject: ICU-21562 Add include to fix std:abs build problem X-Git-Tag: release-69-1~11 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=78c3e1ed6d7f8748da8e53c74eaf60ca0732494a;p=icu ICU-21562 Add include to fix std:abs build problem --- diff --git a/icu4c/source/common/charstr.cpp b/icu4c/source/common/charstr.cpp index c4710d6ed56..c35622882c4 100644 --- a/icu4c/source/common/charstr.cpp +++ b/icu4c/source/common/charstr.cpp @@ -14,6 +14,8 @@ * created by: Markus W. Scherer */ +#include + #include "unicode/utypes.h" #include "unicode/putil.h" #include "charstr.h" diff --git a/icu4c/source/i18n/number_longnames.cpp b/icu4c/source/i18n/number_longnames.cpp index 6c7a56e5f93..08078c47473 100644 --- a/icu4c/source/i18n/number_longnames.cpp +++ b/icu4c/source/i18n/number_longnames.cpp @@ -5,6 +5,8 @@ #if !UCONFIG_NO_FORMATTING +#include + #include "unicode/simpleformatter.h" #include "unicode/ures.h" #include "ureslocs.h"