summaryrefslogtreecommitdiff
path: root/phpcpp.h
diff options
context:
space:
mode:
Diffstat (limited to 'phpcpp.h')
-rw-r--r--phpcpp.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/phpcpp.h b/phpcpp.h
index 104818d..6d85589 100644
--- a/phpcpp.h
+++ b/phpcpp.h
@@ -8,9 +8,20 @@
*/
/**
+ * Other C and C++ libraries that PhpCpp depends on
+ */
+#include <string>
+#include <initializer_list>
+#include <vector>
+
+/**
* Include all headers files that are related to this library
*/
+#include <phpcpp/type.h>
#include <phpcpp/request.h>
+#include <phpcpp/argument.h>
+#include <phpcpp/variable.h>
+#include <phpcpp/function.h>
#include <phpcpp/extension.h>
/**