Skip to content

Commit f744011

Browse files
committed
quic: Add aliased struct
1 parent 01bd625 commit f744011

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/dataqueue/queue.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,17 @@
22

33
#if defined(NODE_WANT_INTERNALS) && NODE_WANT_INTERNALS
44

5+
#include <aliased_struct.h>
56
#include <async_wrap.h>
67
#include <base_object.h>
7-
#include <v8.h>
88
#include <env.h>
99
#include <memory_tracker.h>
1010
#include <node.h>
1111
#include <node_bob.h>
1212
#include <node_file.h>
1313
#include <stream_base.h>
1414
#include <uv.h>
15+
#include <v8.h>
1516

1617
#include <memory>
1718
#include <optional>

0 commit comments

Comments
 (0)