From 30aeb60818c9d4b0318848d7dc83062f9c78b804 Mon Sep 17 00:00:00 2001 From: Martijn Otto Date: Wed, 5 Feb 2014 14:36:23 +0100 Subject: Added include guard and allow array access operator on a const Value object --- phpcpp.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'phpcpp.h') diff --git a/phpcpp.h b/phpcpp.h index 236a93a..9fd97b9 100644 --- a/phpcpp.h +++ b/phpcpp.h @@ -7,6 +7,9 @@ * @author Emiel Bruijntjes */ +#ifndef PHPCPP_H +#define PHPCPP_H + /** * Other C and C++ libraries that PhpCpp depends on */ @@ -55,3 +58,4 @@ # define PHPCPP_EXPORT #endif +#endif /* phpcpp.h */ -- cgit v1.2.3