Index: src/runtime/runtime-array.cc |
diff --git a/src/runtime/runtime-array.cc b/src/runtime/runtime-array.cc |
index 3e05f766ab8b3d1e473acab1cb7214bff83bbb97..fa0d91bf230c26e463ac22b826cec73f411dd630 100644 |
--- a/src/runtime/runtime-array.cc |
+++ b/src/runtime/runtime-array.cc |
@@ -2,12 +2,14 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-#include "src/v8.h" |
+#include "src/runtime/runtime-utils.h" |
#include "src/arguments.h" |
+#include "src/conversions-inl.h" |
#include "src/elements.h" |
+#include "src/factory.h" |
#include "src/messages.h" |
-#include "src/runtime/runtime-utils.h" |
+#include "src/prototype.h" |
namespace v8 { |
namespace internal { |