From 85507088051bdfabf8bc71346290949b78c3c914 Mon Sep 17 00:00:00 2001 From: Emiel Bruijntjes Date: Tue, 10 Sep 2013 05:21:18 -0700 Subject: Fixed various crashes because hidden pointers were not persistently stored Copying the result value of a function has been fixed New C++ nullptr type is supported for Php::Value --- phpcpp.h | 1 + 1 file changed, 1 insertion(+) (limited to 'phpcpp.h') diff --git a/phpcpp.h b/phpcpp.h index 13307be..37660ec 100644 --- a/phpcpp.h +++ b/phpcpp.h @@ -16,6 +16,7 @@ #include #include #include +#include /** * Include all headers files that are related to this library -- cgit v1.2.3