Skip to content

Commit

Permalink
inspector: include node_platform.h header
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
alexeykuzmin authored and cjihrig committed Nov 6, 2017
1 parent 0ab3d37 commit 6074c8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/inspector_agent.h
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
#endif

#include "node_debug_options.h"
#include "node_platform.h"
#include "v8.h"

namespace v8_inspector {
Expand All @@ -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 {

Expand Down

0 comments on commit 6074c8c

Please sign in to comment.