diff options
author | Anatol Belski <ab@php.net> | 2015-04-01 13:39:25 +0200 |
---|---|---|
committer | Anatol Belski <ab@php.net> | 2015-04-01 13:39:25 +0200 |
commit | a0eaa37afe43f744ede39be1a3af55e887034272 (patch) | |
tree | 37f64c4a6707f0982e8e215cc99c675d5b334f73 /ext/intl/php_intl.h | |
parent | e271ace5f85ba7909b05d4779b204000ac5a9de0 (diff) | |
download | php-git-a0eaa37afe43f744ede39be1a3af55e887034272.tar.gz |
missing includes
Diffstat (limited to 'ext/intl/php_intl.h')
-rw-r--r-- | ext/intl/php_intl.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/intl/php_intl.h b/ext/intl/php_intl.h index b15d336bc3..638fdef1ca 100644 --- a/ext/intl/php_intl.h +++ b/ext/intl/php_intl.h @@ -30,6 +30,7 @@ #include "collator/collator_sort.h" #include <unicode/ubrk.h> #include "intl_error.h" +#include "Zend/zend_exceptions.h" extern zend_module_entry intl_module_entry; #define phpext_intl_ptr &intl_module_entry |