diff options
Diffstat (limited to 'ext/intl/dateformat/dateformat_helpers.cpp')
-rw-r--r-- | ext/intl/dateformat/dateformat_helpers.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ext/intl/dateformat/dateformat_helpers.cpp b/ext/intl/dateformat/dateformat_helpers.cpp index 959afa8d82..3caf59a309 100644 --- a/ext/intl/dateformat/dateformat_helpers.cpp +++ b/ext/intl/dateformat/dateformat_helpers.cpp @@ -28,6 +28,8 @@ extern "C" { #include "../calendar/calendar_class.h" } +using U_ICU_NAMESPACE::GregorianCalendar; + int datefmt_process_calendar_arg(zval* calendar_zv, Locale const& locale, const char *func_name, |