Skip to content

Commit

Permalink
add missing include statement
Browse files Browse the repository at this point in the history
  • Loading branch information
anonrig committed Oct 18, 2024
1 parent 8e4ec9f commit dee0c58
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/node_i18n.cc
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,8 @@
#include "nbytes.h"

#ifdef NODE_HAVE_SMALL_ICU
#include <unicode/udata.h>

/* if this is defined, we have a 'secondary' entry point.
compare following to utypes.h defs for U_ICUDATA_ENTRY_POINT */
#define SMALL_ICUDATA_ENTRY_POINT \
Expand Down

0 comments on commit dee0c58

Please sign in to comment.