summaryrefslogtreecommitdiff
path: root/phpcpp.h
diff options
context:
space:
mode:
Diffstat (limited to 'phpcpp.h')
-rw-r--r--phpcpp.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/phpcpp.h b/phpcpp.h
index c3f3365..368018e 100644
--- a/phpcpp.h
+++ b/phpcpp.h
@@ -2,7 +2,7 @@
* phpcpp.h
*
* Library to build PHP extensions with CPP
- *
+ *
* @copyright 2013 CopernicA BV
* @author Emiel Bruijntjes <emiel.bruijntjes@copernica.com>
*/
@@ -22,6 +22,7 @@
#include <exception>
#include <map>
#include <set>
+#include <functional>
/**
* Include all headers files that are related to this library
@@ -60,6 +61,9 @@
#include <phpcpp/namespace.h>
#include <phpcpp/extension.h>
#include <phpcpp/call.h>
+#include <phpcpp/opcodes.h>
+#include <phpcpp/script.h>
+#include <phpcpp/file.h>
/**
* Macro to export a function