summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJimmy Thomson <jithomso@microsoft.com>2017-07-28 14:47:52 -0700
committerRefael Ackermann <refack@gmail.com>2017-08-01 14:25:56 -0400
commit1782b3836ba58ef0da6b687f2bb970c0bd8199ad (patch)
treea961a0d4a7b7c3ac453e6586495c761f2020aeee
parent0f5dabe4ede908ec552ad3e4942bc27c298fcbb4 (diff)
downloadandroid-node-v8-1782b3836ba58ef0da6b687f2bb970c0bd8199ad.tar.gz
android-node-v8-1782b3836ba58ef0da6b687f2bb970c0bd8199ad.tar.bz2
android-node-v8-1782b3836ba58ef0da6b687f2bb970c0bd8199ad.zip
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: https://github.com/nodejs/node/pull/14533 Reviewed-By: Timothy Gu <timothygu99@gmail.com> Reviewed-By: Refael Ackermann <refack@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
-rw-r--r--src/node_i18n.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/node_i18n.h b/src/node_i18n.h
index f7801ce666..adf9feb414 100644
--- a/src/node_i18n.h
+++ b/src/node_i18n.h
@@ -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)