1
0
mirror of https://github.com/php/php-src.git synced 2026-03-24 00:02:20 +01:00

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
3 changed files with 3 additions and 0 deletions

View File

@@ -17,6 +17,7 @@
#endif
#include "../intl_cppshims.h"
#include <memory>
#include <unicode/locid.h>
#include <unicode/calendar.h>

View File

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

View File

@@ -18,6 +18,7 @@
#endif
#include "../intl_cppshims.h"
#include <memory>
#include <unicode/timezone.h>
#include <unicode/calendar.h>