summaryrefslogtreecommitdiff
path: root/phpcpp.h
diff options
context:
space:
mode:
authorEmiel Bruijntjes <emiel.bruijntjes@copernica.com>2013-08-29 17:03:00 +0200
committerEmiel Bruijntjes <emiel.bruijntjes@copernica.com>2013-08-29 17:03:00 +0200
commit3537cce27590c6197ffe458ac6cc7dee39040e7b (patch)
treeb780efd8140dc86a9109df48911d696330c5a188 /phpcpp.h
parent8cb852a298cf8aa260883c5bc474bcf8cb7f9a76 (diff)
working with arrays is now almost as simple as it is in PHP
Diffstat (limited to 'phpcpp.h')
-rw-r--r--phpcpp.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/phpcpp.h b/phpcpp.h
index 301f802..f9dbdba 100644
--- a/phpcpp.h
+++ b/phpcpp.h
@@ -10,6 +10,7 @@
/**
* Other C and C++ libraries that PhpCpp depends on
*/
+#include <string.h>
#include <string>
#include <initializer_list>
#include <vector>
@@ -21,6 +22,7 @@
#include <phpcpp/request.h>
#include <phpcpp/argument.h>
#include <phpcpp/value.h>
+#include <phpcpp/member.h>
#include <phpcpp/arguments.h>
#include <phpcpp/function.h>
#include <phpcpp/extension.h>