mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
Fixed GH-19163 fix ext/intl build on midly older compilers but still supporting C++11. (#19353)
This commit is contained in:
parent
5b3d0e4c09
commit
9ccd2ba9ff
3 changed files with 3 additions and 0 deletions
|
@ -13,6 +13,7 @@
|
|||
*/
|
||||
|
||||
#include "../intl_cppshims.h"
|
||||
#include <memory>
|
||||
|
||||
#include <unicode/calendar.h>
|
||||
#include <unicode/gregocal.h>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue