Skip to content

Commit 763aa8e

Browse files
committed
Make QPACK.h self-contained
1 parent b0a42ab commit 763aa8e

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

proxy/http3/QPACK.h

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,17 @@
2323

2424
#pragma once
2525

26+
#include <map>
27+
2628
#include "I_EventSystem.h"
2729
#include "I_Event.h"
30+
#include "I_IOBuffer.h"
31+
#include "tscore/Arena.h"
2832
#include "tscpp/util/IntrusiveDList.h"
2933
#include "MIME.h"
34+
#include "HTTP.h"
3035
#include "QUICApplication.h"
36+
#include "QUICConnection.h"
3137

3238
class HTTPHdr;
3339

0 commit comments

Comments
 (0)