From 41396949abf0bdc861db0cb477056306e47facfb Mon Sep 17 00:00:00 2001 From: Emiel Bruijntjes Date: Sun, 23 Mar 2014 21:15:26 +0100 Subject: added echo() function requested in issue #51 --- phpcpp.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'phpcpp.h') 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 +#include #include #include #include @@ -54,7 +55,6 @@ #include #include #include -#include /** * Macro to export a function -- cgit v1.2.3