Skip to content

Commit

Permalink
src: fix callback_queue.h missing header
Browse files Browse the repository at this point in the history
PR-URL: #48733
Reviewed-By: Daeyeon Jeong <daeyeon.dev@gmail.com>
  • Loading branch information
CGQAQ authored and RafaelGSS committed Aug 17, 2023
1 parent e9d9ca1 commit 9d13503
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/callback_queue.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
#if defined(NODE_WANT_INTERNALS) && NODE_WANT_INTERNALS

#include <atomic>
#include <memory>

namespace node {

Expand Down

0 comments on commit 9d13503

Please sign in to comment.