mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-05 05:25:34 +00:00
ICU-21562 Add include to fix std:abs build problem
This commit is contained in:
parent
46720c4120
commit
78c3e1ed6d
2 changed files with 4 additions and 0 deletions
|
@ -14,6 +14,8 @@
|
|||
* created by: Markus W. Scherer
|
||||
*/
|
||||
|
||||
#include <cstdlib>
|
||||
|
||||
#include "unicode/utypes.h"
|
||||
#include "unicode/putil.h"
|
||||
#include "charstr.h"
|
||||
|
|
|
@ -5,6 +5,8 @@
|
|||
|
||||
#if !UCONFIG_NO_FORMATTING
|
||||
|
||||
#include <cstdlib>
|
||||
|
||||
#include "unicode/simpleformatter.h"
|
||||
#include "unicode/ures.h"
|
||||
#include "ureslocs.h"
|
||||
|
|
Loading…
Add table
Reference in a new issue