diff --git a/src/node.cc b/src/node.cc index 14a6f83ef54f4d..8a3b1855bc35cb 100644 --- a/src/node.cc +++ b/src/node.cc @@ -64,7 +64,9 @@ #include "inspector/worker_inspector.h" // ParentInspectorHandle #endif +#ifdef NODE_ENABLE_LARGE_CODE_PAGES #include "large_pages/node_large_page.h" +#endif #ifdef NODE_REPORT #include "node_report.h"