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 'src/js_stream.cc')
-rw-r--r--src/js_stream.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/js_stream.cc b/src/js_stream.cc
index d29e748da8d..1d61605d645 100644
--- a/src/js_stream.cc
+++ b/src/js_stream.cc
@@ -5,6 +5,7 @@
#include "node_buffer.h"
#include "node_errors.h"
#include "stream_base-inl.h"
+#include "util-inl.h"
#include "v8.h"
namespace node {