diff options
Diffstat (limited to 'ext/com_dotnet/com_handlers.c')
-rw-r--r-- | ext/com_dotnet/com_handlers.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/com_dotnet/com_handlers.c b/ext/com_dotnet/com_handlers.c index 0811fddec2..2c247d7c80 100644 --- a/ext/com_dotnet/com_handlers.c +++ b/ext/com_dotnet/com_handlers.c @@ -27,7 +27,7 @@ #include "ext/standard/info.h" #include "php_com_dotnet.h" #include "php_com_dotnet_internal.h" -#include "Zend/zend_default_classes.h" +#include "Zend/zend_exceptions.h" static zval *com_property_read(zval *object, zval *member, zend_bool silent TSRMLS_DC) { |