Skip to content

Commit 9d13503

Browse files
CGQAQRafaelGSS
authored andcommitted
src: fix callback_queue.h missing header
PR-URL: #48733 Reviewed-By: Daeyeon Jeong <daeyeon.dev@gmail.com>
1 parent e9d9ca1 commit 9d13503

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/callback_queue.h

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
#if defined(NODE_WANT_INTERNALS) && NODE_WANT_INTERNALS
55

66
#include <atomic>
7+
#include <memory>
78

89
namespace node {
910

0 commit comments

Comments
 (0)