From 5b93d44d2a05b3648ec13ae1f076e224d63287d5 Mon Sep 17 00:00:00 2001 From: Emiel Bruijntjes Date: Sat, 8 Mar 2014 11:41:00 +0100 Subject: introduced Php::call() call function to make builtin, and user space functions callable from C++ space --- phpcpp.h | 1 + 1 file changed, 1 insertion(+) (limited to 'phpcpp.h') diff --git a/phpcpp.h b/phpcpp.h index 74e65fd..207d329 100644 --- a/phpcpp.h +++ b/phpcpp.h @@ -50,6 +50,7 @@ #include #include #include +#include /** * Macro to export a function -- cgit v1.2.3