diff --git a/src/node.cc b/src/node.cc index 19f329d9a54e81..c4945e9737330c 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"