Commit c5dff26
committed
QUIC: fix: forward-declare Indication in AppSocket.h (#1107)
AppSocket.h uses inet::Indication only through pointers
(sendIndication, std::list<Indication*>) but did not name it,
relying on a deep transitive include chain. This broke on some
configurations. Add a forward declaration in the inet namespace.1 parent 9d9bb5d commit c5dff26
1 file changed
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| 16 | + | |
16 | 17 | | |
17 | 18 | | |
18 | 19 | | |
| |||
0 commit comments