aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorFredrik Roubert <roubert@google.com>2017-03-20 16:36:06 +0100
committerFredrik Roubert <roubert@google.com>2017-03-20 17:02:16 +0100
commit1e067338a56f9701a45ba28fad4d7690c5a98914 (patch)
tree04ba9bca15e396b9d10feb8a5fc77e1730e648c3 /src
parenta254efc1e26ab4bd6a3173400620950eb0b335ed (diff)
downloadv8-1e067338a56f9701a45ba28fad4d7690c5a98914.tar.gz
Add missing #include "unicode/ustring.h" statement.
This is needed for the u_strTo* declarations, which currently happen to be reached through transitive dependencies (but that will change in future versions of ICU). Test: mmma external/v8 Change-Id: I149fdad6b826879a3f4ea91b391913fa00d7c3bc
Diffstat (limited to 'src')
-rw-r--r--src/runtime/runtime-i18n.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/runtime/runtime-i18n.cc b/src/runtime/runtime-i18n.cc
index 75e09525..aeef25e1 100644
--- a/src/runtime/runtime-i18n.cc
+++ b/src/runtime/runtime-i18n.cc
@@ -41,6 +41,7 @@
#include "unicode/uloc.h"
#include "unicode/unistr.h"
#include "unicode/unum.h"
+#include "unicode/ustring.h"
#include "unicode/uversion.h"