diff options
Diffstat (limited to 'deps/v8/src/crankshaft/x64/lithium-x64.cc')
-rw-r--r-- | deps/v8/src/crankshaft/x64/lithium-x64.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/deps/v8/src/crankshaft/x64/lithium-x64.cc b/deps/v8/src/crankshaft/x64/lithium-x64.cc index bc9040b94c..d0671e9d41 100644 --- a/deps/v8/src/crankshaft/x64/lithium-x64.cc +++ b/deps/v8/src/crankshaft/x64/lithium-x64.cc @@ -11,6 +11,7 @@ #include "src/crankshaft/hydrogen-osr.h" #include "src/crankshaft/lithium-inl.h" #include "src/crankshaft/x64/lithium-codegen-x64.h" +#include "src/objects-inl.h" namespace v8 { namespace internal { |