ICU-21562 Add include to fix std:abs build problem

This commit is contained in:
Frank Tang 2021-03-29 18:13:52 -07:00 committed by Frank Yung-Fong Tang
parent 46720c4120
commit 78c3e1ed6d
2 changed files with 4 additions and 0 deletions

View file

@ -14,6 +14,8 @@
* created by: Markus W. Scherer
*/
#include <cstdlib>
#include "unicode/utypes.h"
#include "unicode/putil.h"
#include "charstr.h"

View file

@ -5,6 +5,8 @@
#if !UCONFIG_NO_FORMATTING
#include <cstdlib>
#include "unicode/simpleformatter.h"
#include "unicode/ures.h"
#include "ureslocs.h"