We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 49de787 commit 31e21e7Copy full SHA for 31e21e7
src/inspector_agent.h
@@ -10,6 +10,7 @@
10
#endif
11
12
#include "node_debug_options.h"
13
+#include "node_platform.h"
14
#include "v8.h"
15
16
namespace v8_inspector {
@@ -19,7 +20,6 @@ class StringView;
19
20
namespace node {
21
// Forward declaration to break recursive dependency chain with src/env.h.
22
class Environment;
-class NodePlatform;
23
24
namespace inspector {
25
0 commit comments