summaryrefslogtreecommitdiff
path: root/ext/intl/php_intl.h
diff options
context:
space:
mode:
authorAnatol Belski <ab@php.net>2015-04-01 13:39:25 +0200
committerAnatol Belski <ab@php.net>2015-04-01 13:39:25 +0200
commita0eaa37afe43f744ede39be1a3af55e887034272 (patch)
tree37f64c4a6707f0982e8e215cc99c675d5b334f73 /ext/intl/php_intl.h
parente271ace5f85ba7909b05d4779b204000ac5a9de0 (diff)
downloadphp-git-a0eaa37afe43f744ede39be1a3af55e887034272.tar.gz
missing includes
Diffstat (limited to 'ext/intl/php_intl.h')
-rw-r--r--ext/intl/php_intl.h1
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