summaryrefslogtreecommitdiff
path: root/phpcpp.h
diff options
context:
space:
mode:
Diffstat (limited to 'phpcpp.h')
-rw-r--r--phpcpp.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/phpcpp.h b/phpcpp.h
index 35b790a..55234e9 100644
--- a/phpcpp.h
+++ b/phpcpp.h
@@ -14,16 +14,20 @@
#include <string>
#include <initializer_list>
#include <vector>
+#include <map>
+#include <memory>
/**
* Include all headers files that are related to this library
*/
+#include <phpcpp/hiddenpointer.h>
#include <phpcpp/type.h>
#include <phpcpp/request.h>
#include <phpcpp/argument.h>
#include <phpcpp/value.h>
#include <phpcpp/member.h>
#include <phpcpp/arguments.h>
+#include <phpcpp/parameters.h>
#include <phpcpp/function.h>
#include <phpcpp/functions.h>
#include <phpcpp/extension.h>