From c32774b407b6826040b6a76a1cb9b6731c31bad1 Mon Sep 17 00:00:00 2001 From: Weilin Du Date: Wed, 5 Aug 2026 23:27:09 +0800 Subject: [PATCH] ext/intl: Include for std::numeric_limits Co-authored-by: David Carlier --- ext/intl/dateformat/dateformat_helpers.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ext/intl/dateformat/dateformat_helpers.cpp b/ext/intl/dateformat/dateformat_helpers.cpp index d10acb7273fe..5d93536807a9 100644 --- a/ext/intl/dateformat/dateformat_helpers.cpp +++ b/ext/intl/dateformat/dateformat_helpers.cpp @@ -14,6 +14,8 @@ #include "../intl_cppshims.h" +#include + #include #include