From 032becdc28906c083392f1819d1ee69216a0af26 Mon Sep 17 00:00:00 2001 From: "Steven R. Loomis" Date: Wed, 8 Mar 2017 14:08:34 -0800 Subject: [PATCH] src: add missing #include * We use these functions that are declared in u_strFromUTF8() u_strToUTF8() * At present, is indirectly included, but this will likely change in future ICUs. Adding this header has been the right thing to do for many years, so it is backwards compatible. Fixes: https://github.com/nodejs/node/issues/11753 PR-URL: https://github.com/nodejs/node/issues/11754 Reviewed-By: Colin Ihrig Reviewed-By: James M Snell Reviewed-By: Timothy Gu --- src/node_i18n.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/src/node_i18n.cc b/src/node_i18n.cc index b337456c639318..fab594ce79b69e 100644 --- a/src/node_i18n.cc +++ b/src/node_i18n.cc @@ -43,6 +43,7 @@ #include #include #include +#include #ifdef NODE_HAVE_SMALL_ICU /* if this is defined, we have a 'secondary' entry point.