From 1efade1a7667e4e1a34265fb3cf310faf8c80bb6 Mon Sep 17 00:00:00 2001 From: Emiel Bruijntjes Date: Sun, 11 Jan 2015 00:08:41 +0100 Subject: refactored script class to have a seperate opcodes class, added file class that uses this same opcodes class --- phpcpp.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'phpcpp.h') diff --git a/phpcpp.h b/phpcpp.h index c22c5f6..368018e 100644 --- a/phpcpp.h +++ b/phpcpp.h @@ -61,7 +61,9 @@ #include #include #include +#include #include +#include /** * Macro to export a function -- cgit v1.2.3