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 <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Timothy Gu <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Gireesh Punathil <[email protected]>
1 parent 0ab3d37 commit 6074c8c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/inspector_agent.h

+1-1
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
namespace v8_inspector {
@@ -19,7 +20,6 @@ class StringView;
1920
namespace node {
2021
// Forward declaration to break recursive dependency chain with src/env.h.
2122
class Environment;
22-
class NodePlatform;
2323

2424
namespace inspector {
2525

0 commit comments

Comments
 (0)