inspector: include node_platform.h header

Include the header instead of using a forward declaration.

PR-URL: https://github.com/nodejs/node/pull/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>
This commit is contained in:
Alexey Kuzmin 2017-11-02 05:32:58 +03:00 committed by Gireesh Punathil
parent 3a4f0e9b76
commit 916e1cb720

View File

@ -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 {