blob: 21af32ac75e4ac702f35786af542f843b87f10c2 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- v8/src/objects/js-temporal-zoneinfo64.cc.orig 2025-10-30 15:44:36 UTC
+++ v8/src/objects/js-temporal-zoneinfo64.cc
@@ -11,7 +11,7 @@
#include "temporal_rs/TimeZone.hpp"
#ifdef V8_INTL_SUPPORT
-#include "udatamem.h"
+#include "../../third_party/icu/source/common/udatamem.h"
#else
// Defined in builtins-temporal-zoneinfo64-data.cc, generated by
// include-file-as-bytes.py
|