summaryrefslogtreecommitdiff
path: root/src/tracing/agent.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/tracing/agent.h')
-rw-r--r--src/tracing/agent.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/tracing/agent.h b/src/tracing/agent.h
index a129f954d7..7ee1b417c6 100644
--- a/src/tracing/agent.h
+++ b/src/tracing/agent.h
@@ -3,7 +3,6 @@
#include "libplatform/v8-tracing.h"
#include "uv.h"
-#include "v8.h"
#include "util.h"
#include "node_mutex.h"
@@ -12,6 +11,11 @@
#include <string>
#include <unordered_map>
+namespace v8 {
+class ConvertableToTraceFormat;
+class TracingController;
+} // namespace v8
+
namespace node {
namespace tracing {