Skip to content

Commit 211e40e

Browse files
committed
src: include util-inl.h in worker_agent.cc
Otherwise, the compiler complains about a missing definition for the (inline) `Calloc` function.
1 parent 4fe0bb3 commit 211e40e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/inspector/worker_agent.cc

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
#include "main_thread_interface.h"
44
#include "worker_inspector.h"
5+
#include "util-inl.h"
56

67
namespace node {
78
namespace inspector {

0 commit comments

Comments
 (0)