| Index: src/strings-storage.cc
|
| diff --git a/src/strings-storage.cc b/src/strings-storage.cc
|
| index 8ddf291fcc3112aef8bcf59f4f09b0f0b4a60d15..52cc00f852f58673d91ffedf40870e2c0a44c475 100644
|
| --- a/src/strings-storage.cc
|
| +++ b/src/strings-storage.cc
|
| @@ -2,10 +2,10 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "src/v8.h"
|
| -
|
| #include "src/strings-storage.h"
|
|
|
| +#include "src/base/smart-pointers.h"
|
| +#include "src/objects-inl.h"
|
|
|
| namespace v8 {
|
| namespace internal {
|
|
|