ICU-13634 Fix Macintosh build error - missing include.

X-SVN-Rev: 41275
This commit is contained in:
Andy Heninger 2018-04-25 03:50:39 +00:00
parent 09249d176b
commit 5e2a40b4ce

View File

@ -10,6 +10,7 @@
#define UNISTR_FROM_STRING_EXPLICIT
#include <cmath>
#include <cstdlib>
#include <stdlib.h>
#include "unicode/errorcode.h"
#include "unicode/decimfmt.h"