Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
build: fix build break when omitting icu
When building without ICU (`vcbuild.bat intl-none`) the unicode/ucnv.h
header is not available, which caused compilation errors prior to this
change.
  • Loading branch information
MSLaguana committed Jul 28, 2017
commit 07f371eea27e6d70ea1d1f99df3091b888a8cfe4
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