Index: src/objects-printer.cc |
diff --git a/src/objects-printer.cc b/src/objects-printer.cc |
index 799561eb8b38b1d26756302fc2b95f560685cced..b3a0e47116a2050ebef6dabb762d2e850eb6bc17 100644 |
--- a/src/objects-printer.cc |
+++ b/src/objects-printer.cc |
@@ -2,11 +2,12 @@ |
// 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/objects.h" |
#include "src/disasm.h" |
#include "src/disassembler.h" |
#include "src/interpreter/bytecodes.h" |
+#include "src/objects-inl.h" |
#include "src/ostreams.h" |
#include "src/regexp/jsregexp.h" |