missing includes

This commit is contained in:
Green Sky 2023-08-19 23:01:48 +02:00
parent b28a0acca3
commit 50a7172ad3
No known key found for this signature in database
2 changed files with 2 additions and 0 deletions

View File

@ -4,6 +4,7 @@
#include <map>
#include <deque>
#include <cstdint>
#include <cstddef>
struct RecvSequenceBuffer {
struct RSBEntry {

View File

@ -3,6 +3,7 @@
#include <vector>
#include <map>
#include <cstdint>
#include <cstddef>
struct SendSequenceBuffer {
struct SSBEntry {