mirror of
https://github.com/php/php-src.git
synced 2026-03-24 00:02:20 +01:00
ext/intl: Fix build failure on ICU 62 caused by dateformat (#20198)
This commit is contained in:
@@ -16,14 +16,14 @@
|
||||
#include <config.h>
|
||||
#endif
|
||||
|
||||
#include <unicode/ustring.h>
|
||||
#include <unicode/ucal.h>
|
||||
|
||||
extern "C" {
|
||||
#include "../php_intl.h"
|
||||
#include "../intl_convert.h"
|
||||
}
|
||||
|
||||
#include <unicode/ustring.h>
|
||||
#include <unicode/ucal.h>
|
||||
|
||||
#include "../common/common_date.h"
|
||||
#include "dateformat.h"
|
||||
#include "dateformat_class.h"
|
||||
|
||||
Reference in New Issue
Block a user