Include Environment declarations in node_common.h.

This commit is contained in:
Cheng Zhao 2013-12-16 14:46:05 +08:00
parent 8fc1e055bf
commit 4e4e316005

View file

@ -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;