Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'deps/v8/src/objects/arguments.h')
-rw-r--r--deps/v8/src/objects/arguments.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/deps/v8/src/objects/arguments.h b/deps/v8/src/objects/arguments.h
index 9e23fa8b61d..36c6204d1a2 100644
--- a/deps/v8/src/objects/arguments.h
+++ b/deps/v8/src/objects/arguments.h
@@ -6,6 +6,7 @@
#define V8_OBJECTS_ARGUMENTS_H_
#include "src/objects.h"
+#include "src/objects/fixed-array.h"
// Has to be the last include (doesn't have include guards):
#include "src/objects/object-macros.h"