diff --git a/v8js.cc b/v8js.cc index 13b301f..1a93d17 100644 --- a/v8js.cc +++ b/v8js.cc @@ -20,7 +20,10 @@ #endif #include + +#if PHP_V8_API_VERSION >= 3029036 #include +#endif #include "php_v8js_macros.h"