Skip to content

Commit

Permalink
build: fix building with external builtins
Browse files Browse the repository at this point in the history
PR-URL: #39091
Backport-PR-URL: #39419
Fixes: #39090
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Darshan Sen <raisinten@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
  • Loading branch information
Momtchil Momtchev authored and richardlau committed Jul 20, 2021
1 parent e7f266e commit 1ab4f81
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/node_native_module.cc
@@ -1,5 +1,6 @@
#include "node_native_module.h"
#include "util-inl.h"
#include "debug_utils-inl.h"

namespace node {
namespace native_module {
Expand Down

0 comments on commit 1ab4f81

Please sign in to comment.