Index: src/compiler/node-properties.cc |
diff --git a/src/compiler/node-properties.cc b/src/compiler/node-properties.cc |
index 646dbc209e4524a2a6fe61c769541181648f8488..78a64593ba6b04422e94c1b47818013af6c884f9 100644 |
--- a/src/compiler/node-properties.cc |
+++ b/src/compiler/node-properties.cc |
@@ -2,14 +2,15 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
+#include "src/compiler/node-properties.h" |
#include "src/compiler/common-operator.h" |
#include "src/compiler/graph.h" |
#include "src/compiler/js-operator.h" |
#include "src/compiler/linkage.h" |
-#include "src/compiler/node-properties.h" |
#include "src/compiler/operator-properties.h" |
#include "src/compiler/verifier.h" |
#include "src/handles-inl.h" |
+#include "src/objects-inl.h" |
namespace v8 { |
namespace internal { |