Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexey Kuzmin <alex.s.kuzmin@gmail.com>2017-11-02 05:32:58 +0300
committerGireesh Punathil <gpunathi@in.ibm.com>2017-11-06 11:18:41 +0300
commit916e1cb72016333635e24fd49966e1295dfeb436 (patch)
treec4aedcd328cbb15f884cab495c88588396b628c9 /src/inspector_agent.h
parent3a4f0e9b76d292f002edd8bd6e23815dc87d07ba (diff)
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>
Diffstat (limited to 'src/inspector_agent.h')
-rw-r--r--src/inspector_agent.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/inspector_agent.h b/src/inspector_agent.h
index 24fae116f94..7211f5a2a49 100644
--- a/src/inspector_agent.h
+++ b/src/inspector_agent.h
@@ -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 {