Skip to content

Commit 6074c8c

Browse files
alexeykuzmincjihrig
authored andcommitted
inspector: include node_platform.h header
Include the header instead of using a forward declaration. PR-URL: #16677 Reviewed-By: Eugene Ostroukhov <eostroukhov@google.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Timothy Gu <timothygu99@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com>
1 parent 0ab3d37 commit 6074c8c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

‎src/inspector_agent.h‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
#endif
1111

1212
#include"node_debug_options.h"
13+
#include"node_platform.h"
1314
#include"v8.h"
1415

1516
namespacev8_inspector {
@@ -19,7 +20,6 @@ class StringView;
1920
namespacenode {
2021
// Forward declaration to break recursive dependency chain with src/env.h.
2122
classEnvironment;
22-
classNodePlatform;
2323

2424
namespaceinspector {
2525

0 commit comments

Comments
 (0)