diff --git a/src/inspector_agent.h b/src/inspector_agent.h index 24fae116f94a3e..7211f5a2a49a95 100644 --- a/src/inspector_agent.h +++ b/src/inspector_agent.h @@ -10,6 +10,7 @@ #endif #include "node_debug_options.h" +#include "node_platform.h" #include "v8.h" namespace v8_inspector { @@ -19,7 +20,6 @@ class StringView; namespace node { // Forward declaration to break recursive dependency chain with src/env.h. class Environment; -class NodePlatform; namespace inspector {