Index: src/heap/store-buffer.cc |
diff --git a/src/heap/store-buffer.cc b/src/heap/store-buffer.cc |
index e6430d5a2ab3b7156234dd3673b61e6fcff6fc78..97dcf1bf19e8e5f14faea30a31c9ccd037b0dcc8 100644 |
--- a/src/heap/store-buffer.cc |
+++ b/src/heap/store-buffer.cc |
@@ -2,12 +2,13 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-#include <algorithm> |
+#include "src/heap/store-buffer.h" |
-#include "src/v8.h" |
+#include <algorithm> |
#include "src/counters.h" |
#include "src/heap/store-buffer-inl.h" |
+#include "src/v8.h" |
Michael Lippautz
2015/08/17 12:41:51
:(
Michael Starzinger
2015/08/17 12:46:46
Acknowledged. Likewise.
|
namespace v8 { |
namespace internal { |