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 15, 2023
1 parent 2e186ab commit 2e8380d
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 2e8380d

Please sign in to comment.