| Index: src/conversions-inl.h
|
| diff --git a/src/conversions-inl.h b/src/conversions-inl.h
|
| index 3cb7ef29924ae1e7c058c65ef4a8fb5f3515d14b..1c3d9f238c929cebe70a964614ffd20179bcd4a1 100644
|
| --- a/src/conversions-inl.h
|
| +++ b/src/conversions-inl.h
|
| @@ -32,7 +32,7 @@
|
| #include <float.h> // Required for DBL_MAX and on Win32 for finite()
|
| #include <stdarg.h>
|
| #include <cmath>
|
| -#include "globals.h" // Required for V8_INFINITY
|
| +#include "base/globals.h" // Required for V8_INFINITY
|
|
|
| // ----------------------------------------------------------------------------
|
| // Extra POSIX/ANSI functions for Win32/MSVC.
|
|
|