Skip to content

Commit 86ab15d

Browse files
mmomtchevrichardlau
authored andcommitted
build: fix building with external builtins
PR-URL: nodejs#39091 Fixes: nodejs#39090 Reviewed-By: Anna Henningsen <[email protected]> Reviewed-By: Antoine du Hamel <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Darshan Sen <[email protected]> Reviewed-By: Luigi Pinca <[email protected]>
1 parent 50afb5a commit 86ab15d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/node_native_module.cc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
#include "node_native_module.h"
22
#include "util-inl.h"
3+
#include "debug_utils-inl.h"
34

45
namespace node {
56
namespace native_module {

0 commit comments

Comments
 (0)