Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMomtchil Momtchev <momtchil@momtchev.com>2021-06-19 17:52:59 +0300
committerAntoine du Hamel <duhamelantoine1995@gmail.com>2021-06-26 17:26:43 +0300
commit19b80cc4ece088c0b02e556e217481b3ade744ff (patch)
tree721eb40dbc2c945e025cd126c90b84a3cabd6605 /src/node_native_module.cc
parent520ad586584a2758b5cdb118dc356f1936467838 (diff)
build: fix building with external builtins
PR-URL: https://github.com/nodejs/node/pull/39091 Fixes: https://github.com/nodejs/node/issues/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>
Diffstat (limited to 'src/node_native_module.cc')
-rw-r--r--src/node_native_module.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/node_native_module.cc b/src/node_native_module.cc
index f788732ae56..a1aff0a9c74 100644
--- a/src/node_native_module.cc
+++ b/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 {