From 52fe0c39457421e075959179ee6b64a20b96f0d9 Mon Sep 17 00:00:00 2001 From: Emiel Bruijntjes Date: Sun, 2 Mar 2014 11:33:53 +0100 Subject: types are not a C++11 class, introduced FixedValue class that can not change type, and implemented both Object and Array to make use of that type, implemented - but not yet tested - Base::value() method --- phpcpp.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'phpcpp.h') diff --git a/phpcpp.h b/phpcpp.h index dae3709..daef707 100644 --- a/phpcpp.h +++ b/phpcpp.h @@ -26,7 +26,7 @@ */ #include #include -#include +#include #include #include #include @@ -36,7 +36,6 @@ #include #include #include -#include #include #include #include -- cgit v1.2.3