diff --git a/src/node.cc b/src/node.cc index 9a8603d557efc7..5460f70dc8a134 100644 --- a/src/node.cc +++ b/src/node.cc @@ -65,7 +65,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"