| Index: src/extensions/statistics-extension.cc
|
| diff --git a/src/extensions/statistics-extension.cc b/src/extensions/statistics-extension.cc
|
| index 495167695a512d838534ce72aade0399eaf3f05f..5612259fc588e265974ae97f91c739ef07036d13 100644
|
| --- a/src/extensions/statistics-extension.cc
|
| +++ b/src/extensions/statistics-extension.cc
|
| @@ -4,7 +4,10 @@
|
|
|
| #include "src/extensions/statistics-extension.h"
|
|
|
| -#include "src/v8.h"
|
| +#include "src/counters.h"
|
| +#include "src/heap/heap-inl.h"
|
| +#include "src/isolate.h"
|
| +#include "src/objects-inl.h" // TODO(mstarzinger): Temporary cycle breaker!
|
|
|
| namespace v8 {
|
| namespace internal {
|
|
|