Skip to content

Commit

Permalink
src: fix etw provider include on Windows
Browse files Browse the repository at this point in the history
Backport-PR-URL: #16610
PR-URL: #16639
Reviewed-By: Anna Henningsen <[email protected]>
Reviewed-By: James M Snell <[email protected]>
  • Loading branch information
joyeecheung authored and MylesBorins committed Nov 28, 2017
1 parent b00ced5 commit 42cb64e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/node_win32_etw_provider.cc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#include "node_dtrace.h"
#include "node_win32_etw_provider.h"
#include "node_etw_provider.h"
#include "node_win32_etw_provider-inl.h"

Expand Down

0 comments on commit 42cb64e

Please sign in to comment.