summaryrefslogtreecommitdiff
path: root/src/connection_wrap.cc
diff options
context:
space:
mode:
authorDaniel Bevenius <daniel.bevenius@gmail.com>2018-04-10 15:17:44 +0200
committerRuben Bridgewater <ruben@bridgewater.de>2018-04-12 15:28:11 +0200
commit0e811173b1b5ddb94b6ed43735f2e33ab980e627 (patch)
tree73a2874e043842753cfccb441458a63849087731 /src/connection_wrap.cc
parent3bd6d8d7f544164728ff4cfd2c37cff4877a8cb1 (diff)
downloadnode-new-0e811173b1b5ddb94b6ed43735f2e33ab980e627.tar.gz
src: add node_internal.h includes for arraysize
This commit adds includes for node_internal.h in source files that use arraysize but don't include this header. The motivation for this is to make refactoring easier (and is the reason I noticed this). PR-URL: https://github.com/nodejs/node/pull/19916 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Gibson Fahnestock <gibfahn@gmail.com>
Diffstat (limited to 'src/connection_wrap.cc')
-rw-r--r--src/connection_wrap.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/connection_wrap.cc b/src/connection_wrap.cc
index a6cf67ceee..e0052a643b 100644
--- a/src/connection_wrap.cc
+++ b/src/connection_wrap.cc
@@ -3,6 +3,7 @@
#include "connect_wrap.h"
#include "env-inl.h"
#include "pipe_wrap.h"
+#include "node_internals.h"
#include "stream_base-inl.h"
#include "stream_wrap.h"
#include "tcp_wrap.h"