From 61ded13eaa25b332208cd659c5c844890db0cb57 Mon Sep 17 00:00:00 2001 From: Emiel Bruijntjes Date: Tue, 1 Apr 2014 16:39:52 +0200 Subject: much simpler implementation of hash member, i do not understand why i first used this complicated zval wrapping implementation, fixes problems reported in issue #56 --- phpcpp.h | 1 + 1 file changed, 1 insertion(+) (limited to 'phpcpp.h') diff --git a/phpcpp.h b/phpcpp.h index 86828a4..f1c806b 100644 --- a/phpcpp.h +++ b/phpcpp.h @@ -54,6 +54,7 @@ #include #include #include +#include #include #include #include -- cgit v1.2.3