summaryrefslogtreecommitdiff
path: root/phpcpp.h
diff options
context:
space:
mode:
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>