From 9e1ecc534bace7d00a265a49018c0148a56361ae Mon Sep 17 00:00:00 2001 From: Emiel Bruijntjes Date: Sun, 15 Sep 2013 13:57:53 -0700 Subject: Added Environment::call() method that makes it possible to call PHP functions --- phpcpp.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'phpcpp.h') diff --git a/phpcpp.h b/phpcpp.h index f93081c..b0d4f48 100644 --- a/phpcpp.h +++ b/phpcpp.h @@ -21,13 +21,13 @@ /** * Include all headers files that are related to this library */ -#include #include +#include +#include #include #include #include #include -#include #include #include #include -- cgit v1.2.3