Add icu header sandbox/jaehun77/hardfp
authorJaehun Jeong <jh4u.jeong@samsung.com>
Thu, 3 Aug 2017 06:27:42 +0000 (15:27 +0900)
committerJaehun Jeong <jh4u.jeong@samsung.com>
Thu, 3 Aug 2017 06:34:34 +0000 (15:34 +0900)
Signed-off-by: Jaehun Jeong <jh4u.jeong@samsung.com>
src/utils_i18n_format.cpp
src/utils_i18n_formattable.cpp
src/utils_i18n_measure_format.cpp

index a0b1ccda1b0fa179daab93d506390e046c1fcf31..1f135ae04873be6b5a4396a884e600a6dba1a6bc 100644 (file)
@@ -18,6 +18,7 @@
 #include <utils_i18n_private.h>
 
 #include <unicode/format.h>
+#include <unicode/ustring.h>
 #include <malloc.h>
 
 int i18n_format_destroy(i18n_format_h format)
index 4f058d2d4083a1395f17f93d40893907b725d7bd..65a80401a65333f4daff4f8a95e2d930bb2f7049 100644 (file)
@@ -19,6 +19,7 @@
 #include <utils_i18n_formattable.h>
 #include <utils_i18n_private.h>
 #include <unicode/fmtable.h>
+#include <unicode/ustring.h>
 
 int i18n_formattable_create_default(i18n_formattable_h *formattable)
 {
index b4e473be5716f3dd055d4160968c500b3058c6f0..b92dc2f9b97f0a556646212b01aec03771648406 100644 (file)
@@ -20,6 +20,7 @@
 #include <malloc.h>
 #include <unicode/measfmt.h>
 #include <unicode/measure.h>
+#include <unicode/ustring.h>
 
 int i18n_measure_format_create(const char *language, const char *country, i18n_umeasure_format_width_e width, i18n_measure_format_h *measure_format)
 {