summaryrefslogtreecommitdiff
path: root/src/inspector_agent.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/inspector_agent.h')
-rw-r--r--src/inspector_agent.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/inspector_agent.h b/src/inspector_agent.h
index 4e32d3ef1a..d9e2232dcc 100644
--- a/src/inspector_agent.h
+++ b/src/inspector_agent.h
@@ -1,6 +1,8 @@
#ifndef SRC_INSPECTOR_AGENT_H_
#define SRC_INSPECTOR_AGENT_H_
+#if defined(NODE_WANT_INTERNALS) && NODE_WANT_INTERNALS
+
#include <memory>
#include <stddef.h>
@@ -120,4 +122,6 @@ class Agent {
} // namespace inspector
} // namespace node
+#endif // defined(NODE_WANT_INTERNALS) && NODE_WANT_INTERNALS
+
#endif // SRC_INSPECTOR_AGENT_H_