Skip to content

Commit

Permalink
Update queued_packet.hh
Browse files Browse the repository at this point in the history
Fix compile error:

 error: 'uint64_t' does not name a type
  • Loading branch information
robfig authored May 5, 2023
1 parent b493df4 commit 6c5834f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/packet/queued_packet.hh
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
#define QUEUED_PACKET_HH

#include <string>
#include <cstdint>

struct QueuedPacket
{
Expand Down

0 comments on commit 6c5834f

Please sign in to comment.