mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-08 06:53:45 +00:00
ICU-13634 Fix Macintosh build error - missing include.
X-SVN-Rev: 41276
This commit is contained in:
parent
5e2a40b4ce
commit
72ae3d7d54
1 changed files with 5 additions and 3 deletions
|
@ -5,18 +5,20 @@
|
|||
|
||||
#if !UCONFIG_NO_FORMATTING
|
||||
|
||||
#include "uassert.h"
|
||||
#include <cstdlib>
|
||||
#include <cmath>
|
||||
#include "cmemory.h"
|
||||
#include <limits>
|
||||
#include <stdlib.h>
|
||||
|
||||
#include "unicode/plurrule.h"
|
||||
#include "cmemory.h"
|
||||
#include "putilimp.h"
|
||||
#include "number_decimalquantity.h"
|
||||
#include "number_roundingutils.h"
|
||||
#include "double-conversion.h"
|
||||
#include "unicode/plurrule.h"
|
||||
#include "charstr.h"
|
||||
#include "number_utils.h"
|
||||
#include "uassert.h"
|
||||
|
||||
using namespace icu;
|
||||
using namespace icu::number;
|
||||
|
|
Loading…
Add table
Reference in a new issue