Index: src/handles.cc |
diff --git a/src/handles.cc b/src/handles.cc |
index ca23a6f75f711d5fd00f142b0f53860b5fee0428..ae6fac89d3fc9c5da7cf46111c573a03bf3adbc6 100644 |
--- a/src/handles.cc |
+++ b/src/handles.cc |
@@ -2,10 +2,11 @@ |
// 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/handles.h" |
+#include "src/base/logging.h" |
+#include "src/objects-inl.h" |
+ |
namespace v8 { |
namespace internal { |