Skip to content

Commit

Permalink
Fix a link error on traffi_quic command (#7433)
Browse files Browse the repository at this point in the history
  • Loading branch information
maskit committed Jan 20, 2021
1 parent 9a12173 commit ecd70df
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion iocore/net/quic/QUICPacketReceiveQueue.cc
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,11 @@
#include "QUICPacketReceiveQueue.h"
#include "QUICPacketHeaderProtector.h"
#include "QUICPacketFactory.h"

#include "QUICIntUtil.h"

#include "P_UDPConnection.h"
#include "P_UDPPacket.h"

static bool
is_vn(QUICVersion v)
{
Expand Down

0 comments on commit ecd70df

Please sign in to comment.