build: fix building with external builtins

PR-URL: https://github.com/nodejs/node/pull/39091
Backport-PR-URL: https://github.com/nodejs/node/pull/39419
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>
This commit is contained in:
Momtchil Momtchev 2021-06-19 16:52:59 +02:00 committed by Richard Lau
parent e7f266e93d
commit 1ab4f81abc
No known key found for this signature in database
GPG Key ID: C43CEC45C17AB93C

View File

@ -1,5 +1,6 @@
#include "node_native_module.h"
#include "util-inl.h"
#include "debug_utils-inl.h"
namespace node {
namespace native_module {