| Index: src/objects/scope-info.h
|
| diff --git a/src/objects/scope-info.h b/src/objects/scope-info.h
|
| index e15894996031dce7894da53b78737326f065f6e2..671734e05ad66d265ceaee63ce9f1a8cbe49f1b8 100644
|
| --- a/src/objects/scope-info.h
|
| +++ b/src/objects/scope-info.h
|
| @@ -8,9 +8,11 @@
|
| #include "src/globals.h"
|
| #include "src/handles.h"
|
| #include "src/objects.h"
|
| -#include "src/objects/object-macros.h"
|
| #include "src/utils.h"
|
|
|
| +// Has to be the last include (doesn't have include guards):
|
| +#include "src/objects/object-macros.h"
|
| +
|
| namespace v8 {
|
| namespace internal {
|
|
|
|
|