From 4e4e316005a0036a3fec7d68d54000dd4898a156 Mon Sep 17 00:00:00 2001 From: Cheng Zhao Date: Mon, 16 Dec 2013 14:46:05 +0800 Subject: [PATCH] Include Environment declarations in node_common.h. --- common/v8/node_common.h | 1 + 1 file changed, 1 insertion(+) diff --git a/common/v8/node_common.h b/common/v8/node_common.h index 7174b902a59e..679ec348573d 100644 --- a/common/v8/node_common.h +++ b/common/v8/node_common.h @@ -10,6 +10,7 @@ #undef CHECK #undef DISALLOW_COPY_AND_ASSIGN #include "vendor/node/src/env.h" +#include "vendor/node/src/env-inl.h" #include "vendor/node/src/node.h" #include "vendor/node/src/node_internals.h" using node::node_isolate;