From 5e2a40b4ce42c819c1ab517e204b05cf5f945bd3 Mon Sep 17 00:00:00 2001 From: Andy Heninger Date: Wed, 25 Apr 2018 03:50:39 +0000 Subject: [PATCH] ICU-13634 Fix Macintosh build error - missing include. X-SVN-Rev: 41275 --- icu4c/source/i18n/decimfmt.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/icu4c/source/i18n/decimfmt.cpp b/icu4c/source/i18n/decimfmt.cpp index 0c2e8adec42..f9e2f1258dd 100644 --- a/icu4c/source/i18n/decimfmt.cpp +++ b/icu4c/source/i18n/decimfmt.cpp @@ -10,6 +10,7 @@ #define UNISTR_FROM_STRING_EXPLICIT #include +#include #include #include "unicode/errorcode.h" #include "unicode/decimfmt.h" -- 2.50.1