Index: src/objects/scope-info.h |
diff --git a/src/objects/scope-info.h b/src/objects/scope-info.h |
index e15894996031dce7894da53b78737326f065f6e2..0e1522bd72bb7b7ab63c7196631afc07b59dd0e2 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: |
Michael Starzinger
2017/01/10 15:26:24
nit: Maybe add "[...] because is doesn't have incl
marja
2017/01/10 15:36:36
Need to think of how to best explain this in 1 lin
|
+#include "src/objects/object-macros.h" |
+ |
namespace v8 { |
namespace internal { |