Skip to content

Commit 87e1080

Browse files
MSLaguanaaddaleax
authored andcommitted
build: fix build without icu
When building without ICU (`vcbuild.bat intl-none`) the unicode/ucnv.h header is not available, which causes compilation errors. PR-URL: #14533 Reviewed-By: Timothy Gu <[email protected]> Reviewed-By: Refael Ackermann <[email protected]> Reviewed-By: James M Snell <[email protected]>
1 parent b6bd3cf commit 87e1080

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/node_i18n.h

-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@
2525
#if defined(NODE_WANT_INTERNALS) && NODE_WANT_INTERNALS
2626

2727
#include "node.h"
28-
#include <unicode/ucnv.h>
2928
#include <string>
3029

3130
#if defined(NODE_HAVE_I18N_SUPPORT)

0 commit comments

Comments
 (0)