Skip to content

Commit 0ed7424

Browse files
ext/intl: Fix build failure on ICU 62 caused by dateformat (php#20198)
1 parent 009cf30 commit 0ed7424

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

ext/intl/dateformat/dateformat_format.cpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,14 @@
1616
#include <config.h>
1717
#endif
1818

19+
#include <unicode/ustring.h>
20+
#include <unicode/ucal.h>
21+
1922
extern "C" {
2023
#include "../php_intl.h"
2124
#include "../intl_convert.h"
2225
}
2326

24-
#include <unicode/ustring.h>
25-
#include <unicode/ucal.h>
26-
2727
#include "../common/common_date.h"
2828
#include "dateformat.h"
2929
#include "dateformat_class.h"

0 commit comments

Comments
 (0)