Title: [264644] trunk/Source/_javascript_Core
Revision
264644
Author
ape...@igalia.com
Date
2020-07-21 00:38:54 -0700 (Tue, 21 Jul 2020)

Log Message

Unreview non-unified source build fix

* runtime/IntlDisplayNames.cpp: Add missing <unicode/ucurr.h> header.

Modified Paths

Diff

Modified: trunk/Source/_javascript_Core/ChangeLog (264643 => 264644)


--- trunk/Source/_javascript_Core/ChangeLog	2020-07-21 05:16:51 UTC (rev 264643)
+++ trunk/Source/_javascript_Core/ChangeLog	2020-07-21 07:38:54 UTC (rev 264644)
@@ -1,3 +1,9 @@
+2020-07-21  Adrian Perez de Castro  <ape...@igalia.com>
+
+        Unreview non-unified source build fix
+
+        * runtime/IntlDisplayNames.cpp: Add missing <unicode/ucurr.h> header.
+
 2020-07-20  Mark Lam  <mark....@apple.com>
 
         TryGetById clobberize rules are wrong.

Modified: trunk/Source/_javascript_Core/runtime/IntlDisplayNames.cpp (264643 => 264644)


--- trunk/Source/_javascript_Core/runtime/IntlDisplayNames.cpp	2020-07-21 05:16:51 UTC (rev 264643)
+++ trunk/Source/_javascript_Core/runtime/IntlDisplayNames.cpp	2020-07-21 07:38:54 UTC (rev 264644)
@@ -29,6 +29,7 @@
 #include "IntlObjectInlines.h"
 #include "JSCInlines.h"
 #include "ObjectConstructor.h"
+#include <unicode/ucurr.h>
 #include <unicode/uloc.h>
 #include <wtf/unicode/icu/ICUHelpers.h>
 
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to