summaryrefslogtreecommitdiff
path: root/src/js_stream.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/js_stream.h')
-rw-r--r--src/js_stream.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/js_stream.h b/src/js_stream.h
index 8198a6bb36..460ac23bc9 100644
--- a/src/js_stream.h
+++ b/src/js_stream.h
@@ -4,12 +4,13 @@
#if defined(NODE_WANT_INTERNALS) && NODE_WANT_INTERNALS
#include "async_wrap.h"
-#include "env.h"
#include "stream_base.h"
#include "v8.h"
namespace node {
+class Environment;
+
class JSStream : public AsyncWrap, public StreamBase {
public:
static void Initialize(v8::Local<v8::Object> target,