Fixed GH-19163 fix ext/intl build on midly older compilers but still supporting C++11. (#19353)

This commit is contained in:
David CARLIER 2025-08-05 19:09:37 +01:00 committed by GitHub
parent 5b3d0e4c09
commit 9ccd2ba9ff
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 3 additions and 0 deletions

View file

@ -13,6 +13,7 @@
*/
#include "../intl_cppshims.h"
#include <memory>
#include <unicode/calendar.h>
#include <unicode/gregocal.h>