diff options
Diffstat (limited to 'deps/v8/src/ptr-compr.h')
-rw-r--r-- | deps/v8/src/ptr-compr.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/deps/v8/src/ptr-compr.h b/deps/v8/src/ptr-compr.h index 3ae54e94cf..a871e99a04 100644 --- a/deps/v8/src/ptr-compr.h +++ b/deps/v8/src/ptr-compr.h @@ -5,10 +5,10 @@ #ifndef V8_PTR_COMPR_H_ #define V8_PTR_COMPR_H_ -#if V8_TARGET_ARCH_64_BIT - #include "src/globals.h" +#if V8_TARGET_ARCH_64_BIT + namespace v8 { namespace internal { |