mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-08-04 05:24:35 +02:00
Add missing header in SentPacketHistory
This commit is contained in:
parent
b7fe91ccc6
commit
f8b4c84903
1 changed files with 2 additions and 1 deletions
|
@ -13,8 +13,9 @@
|
|||
|
||||
#include <stdint.h>
|
||||
#include <qbytearray.h>
|
||||
#include "RingBufferHistory.h"
|
||||
|
||||
#include "NLPacket.h"
|
||||
#include "RingBufferHistory.h"
|
||||
#include "SequenceNumberStats.h"
|
||||
|
||||
class NLPacket;
|
||||
|
|
Loading…
Reference in a new issue