From ca60a32c601fe9b0236d3d4717c7b94368a3c172 Mon Sep 17 00:00:00 2001 From: Emiel Bruijntjes Date: Thu, 19 Jun 2014 13:49:07 +0200 Subject: errors are no longer thrown as exceptions, but are php fatal errors, so that they more closely match the zend error reporting system --- phpcpp.h | 1 + 1 file changed, 1 insertion(+) (limited to 'phpcpp.h') diff --git a/phpcpp.h b/phpcpp.h index 3f94cef..c3f3365 100644 --- a/phpcpp.h +++ b/phpcpp.h @@ -29,6 +29,7 @@ #include #include #include +#include #include #include #include -- cgit v1.2.3