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/js-promise-inl.h')
-rw-r--r--deps/v8/src/objects/js-promise-inl.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/deps/v8/src/objects/js-promise-inl.h b/deps/v8/src/objects/js-promise-inl.h
index 3eb1a4fff11..326ba824738 100644
--- a/deps/v8/src/objects/js-promise-inl.h
+++ b/deps/v8/src/objects/js-promise-inl.h
@@ -5,9 +5,11 @@
#ifndef V8_OBJECTS_JS_PROMISE_INL_H_
#define V8_OBJECTS_JS_PROMISE_INL_H_
-#include "src/objects.h"
#include "src/objects/js-promise.h"
+#include "src/objects-inl.h" // Needed for write barriers
+#include "src/objects.h"
+
// Has to be the last include (doesn't have include guards):
#include "src/objects/object-macros.h"