From c9274ab3c422390998e628820afc6a27c12a1a57 Mon Sep 17 00:00:00 2001 From: Emiel Bruijntjes Date: Fri, 14 Mar 2014 09:39:14 +0100 Subject: introduced super globals Php::POST, Php::GET, et cetera, fixed setting array members, introduced Value::attach() method --- phpcpp.h | 1 + 1 file changed, 1 insertion(+) (limited to 'phpcpp.h') diff --git a/phpcpp.h b/phpcpp.h index 599c2cb..f58eb8d 100644 --- a/phpcpp.h +++ b/phpcpp.h @@ -36,6 +36,7 @@ #include #include #include +#include #include #include #include -- cgit v1.2.3