| Index: src/v8.cc
|
| diff --git a/src/v8.cc b/src/v8.cc
|
| index e9db514907832c6cafdca8cfb6a0f19403b6c9a5..13a576b1c94d7ef1974aa0f7c30a58210c4c31c4 100644
|
| --- a/src/v8.cc
|
| +++ b/src/v8.cc
|
| @@ -13,6 +13,7 @@
|
| #include "src/deoptimizer.h"
|
| #include "src/elements.h"
|
| #include "src/frames.h"
|
| +#include "src/heap/store-buffer.h"
|
| #include "src/heap-profiler.h"
|
| #include "src/hydrogen.h"
|
| #include "src/isolate.h"
|
| @@ -21,7 +22,6 @@
|
| #include "src/runtime-profiler.h"
|
| #include "src/sampler.h"
|
| #include "src/serialize.h"
|
| -#include "src/store-buffer.h"
|
|
|
|
|
| namespace v8 {
|
|
|