Skip to content

Commit

Permalink
build: fix build without icu
Browse files Browse the repository at this point in the history
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 <timothygu99@gmail.com>
Reviewed-By: Refael Ackermann <refack@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
  • Loading branch information
MSLaguana authored and addaleax committed Aug 2, 2017
1 parent b6bd3cf commit 87e1080
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/node_i18n.h
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@
#if defined(NODE_WANT_INTERNALS) && NODE_WANT_INTERNALS

#include "node.h"
#include <unicode/ucnv.h>
#include <string>

#if defined(NODE_HAVE_I18N_SUPPORT)
Expand Down

0 comments on commit 87e1080

Please sign in to comment.