Skip to content

Commit 41641f7

Browse files
committed
add missing include statement
1 parent d8dcd9f commit 41641f7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/node_i18n.cc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,8 @@
6969
#include "nbytes.h"
7070

7171
#ifdef NODE_HAVE_SMALL_ICU
72+
#include <unicode/udata.h>
73+
7274
/* if this is defined, we have a 'secondary' entry point.
7375
compare following to utypes.h defs for U_ICUDATA_ENTRY_POINT */
7476
#define SMALL_ICUDATA_ENTRY_POINT \

0 commit comments

Comments
 (0)