From b6cc95e9a96edf3a1733c4f562d42eed79dd8946 Mon Sep 17 00:00:00 2001 From: andot Date: Thu, 10 Jul 2014 13:06:22 +0800 Subject: Add Php::is_a implementation. Add is, isSubClassOf for Php::Value. Add Php::is_a implementation. Add Php::is_subclass_of implementation. --- phpcpp.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'phpcpp.h') diff --git a/phpcpp.h b/phpcpp.h index c3f3365..8be1a25 100644 --- a/phpcpp.h +++ b/phpcpp.h @@ -2,7 +2,7 @@ * phpcpp.h * * Library to build PHP extensions with CPP - * + * * @copyright 2013 CopernicA BV * @author Emiel Bruijntjes */ @@ -60,6 +60,7 @@ #include #include #include +#include /** * Macro to export a function -- cgit v1.2.3