summaryrefslogtreecommitdiff
path: root/phpcpp.h
diff options
context:
space:
mode:
authorEmiel Bruijntjes <emiel.bruijntjes@copernica.com>2014-03-23 21:15:26 +0100
committerEmiel Bruijntjes <emiel.bruijntjes@copernica.com>2014-03-23 21:15:26 +0100
commit41396949abf0bdc861db0cb477056306e47facfb (patch)
tree809976cd83074da122cf2e5d85e66ae3a276e3e2 /phpcpp.h
parent68441d448e377f9a61af5c29c793922fff0d9328 (diff)
added echo() function requested in issue #51
Diffstat (limited to 'phpcpp.h')
-rw-r--r--phpcpp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpcpp.h b/phpcpp.h
index 028636e..a2dca1d 100644
--- a/phpcpp.h
+++ b/phpcpp.h
@@ -26,6 +26,7 @@
* Include all headers files that are related to this library
*/
#include <phpcpp/exception.h>
+#include <phpcpp/streams.h>
#include <phpcpp/type.h>
#include <phpcpp/value.h>
#include <phpcpp/valueiterator.h>
@@ -54,7 +55,6 @@
#include <phpcpp/namespace.h>
#include <phpcpp/extension.h>
#include <phpcpp/call.h>
-#include <phpcpp/streams.h>
/**
* Macro to export a function