Index: src/log-utils.cc |
diff --git a/src/log-utils.cc b/src/log-utils.cc |
index 835ed8e21e7153f0c38cdce6b2cdaf619d177148..ff9af685d133b042cad0980358bf579d47ad3abc 100644 |
--- a/src/log-utils.cc |
+++ b/src/log-utils.cc |
@@ -2,10 +2,13 @@ |
// 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/log-utils.h" |
+ |
+#include "src/assert-scope.h" |
+#include "src/base/platform/platform.h" |
+#include "src/objects-inl.h" |
#include "src/string-stream.h" |
+#include "src/utils.h" |
#include "src/version.h" |
namespace v8 { |