From 8edf958a8ddf6c13b8bba9b87f3d5b1296be1376 Mon Sep 17 00:00:00 2001 From: Emiel Bruijntjes Date: Sat, 10 Jan 2015 21:13:13 +0100 Subject: added Script class to simplify parsing and executing php scripts (the Php::eval() call both compiles and executes a script, while the Script class splits these two steps, which allows you to run the same opcodes multiple times) --- phpcpp.h | 1 + 1 file changed, 1 insertion(+) (limited to 'phpcpp.h') diff --git a/phpcpp.h b/phpcpp.h index 23efe69..c22c5f6 100644 --- a/phpcpp.h +++ b/phpcpp.h @@ -61,6 +61,7 @@ #include #include #include +#include /** * Macro to export a function -- cgit v1.2.3