Skip to content

Commit 9853823

Browse files
committed
Add missing USE_CALENDAR_POINTER define
1 parent 813885f commit 9853823

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ext/intl/dateformat/dateformat_create.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ extern "C" {
2626
#include "php_intl.h"
2727
#include "dateformat_create.h"
2828
#include "dateformat_class.h"
29+
#define USE_CALENDAR_POINTER 1
2930
#include "../calendar/calendar_class.h"
3031
#define USE_TIMEZONE_POINTER 1
3132
#include "../timezone/timezone_class.h"

0 commit comments

Comments
 (0)