summaryrefslogtreecommitdiff
path: root/phpcpp.h
diff options
context:
space:
mode:
authorEmiel Bruijntjes <emiel.bruijntjes@copernica.com>2014-03-02 15:49:55 +0100
committerEmiel Bruijntjes <emiel.bruijntjes@copernica.com>2014-03-02 15:49:55 +0100
commit51f4788b2b51a21894ae49821abc67c2fab4a68a (patch)
treef7942b5dd9d33f511fb8d09df23519c51fb2e515 /phpcpp.h
parent41bd759f31d625b5f73dd3a31d76a91efbde8ad7 (diff)
fixed settings Base::_self variable to a valid, editable value object
Diffstat (limited to 'phpcpp.h')
-rw-r--r--phpcpp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpcpp.h b/phpcpp.h
index daef707..b7680ca 100644
--- a/phpcpp.h
+++ b/phpcpp.h
@@ -24,6 +24,7 @@
/**
* Include all headers files that are related to this library
*/
+#include <phpcpp/exception.h>
#include <phpcpp/type.h>
#include <phpcpp/value.h>
#include <phpcpp/forcedvalue.h>
@@ -45,7 +46,6 @@
#include <phpcpp/interface.h>
#include <phpcpp/namespace.h>
#include <phpcpp/extension.h>
-#include <phpcpp/exception.h>
/**
* Macro to export a function