Skip to content
This repository was archived by the owner on Mar 4, 2020. It is now read-only.

Commit 3d6b66a

Browse files
codebyterealexeykuzmin
authored andcommitted
include trace_event header for async_wrap
(cherry picked from commit 942792d)
1 parent fc373fa commit 3d6b66a

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

src/async_wrap.cc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626

2727
#include "v8.h"
2828
#include "v8-profiler.h"
29+
#include "tracing/trace_event.h"
2930

3031
using v8::Context;
3132
using v8::Function;

src/node_trace_events.cc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
#include "node.h"
22
#include "node_internals.h"
33
#include "tracing/agent.h"
4+
#include "tracing/trace_event.h"
45
#include "env.h"
56
#include "base_object-inl.h"
67

0 commit comments

Comments
 (0)