Chromium Code Reviews| Index: src/allocation-site-scopes.cc |
| diff --git a/src/allocation-site-scopes.cc b/src/allocation-site-scopes.cc |
| index 4c8cda52ed2076f7cf22f0d9bfd20c14ede9e0bb..6b9fd03a21913e4edc72b41abe5ce29125a2b308 100644 |
| --- a/src/allocation-site-scopes.cc |
| +++ b/src/allocation-site-scopes.cc |
| @@ -3,6 +3,9 @@ |
| // found in the LICENSE file. |
| #include "src/allocation-site-scopes.h" |
| +#include "src/factory.h" |
| +#include "src/isolate.h" |
| +#include "src/objects-inl.h" |
| namespace v8 { |
| namespace internal { |