From ae9f6575eb8e449385f042380ec42a49add742ed Mon Sep 17 00:00:00 2001 From: Darshan Sen Date: Sun, 7 Feb 2021 19:43:16 +0530 Subject: [PATCH] fixup! src: add GetActiveRequests and GetActiveHandles to async_wrap.cc --- src/async_wrap.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/src/async_wrap.cc b/src/async_wrap.cc index 242c26e81117be..a0fd8c2ea9b1d8 100644 --- a/src/async_wrap.cc +++ b/src/async_wrap.cc @@ -29,6 +29,7 @@ #include "v8.h" +using v8::Array; using v8::Context; using v8::DontDelete; using v8::EscapableHandleScope;