Skip to content

Commit f993721

Browse files
authored
Merge pull request #261 from CESNET/process-quic-missing-include
Quic: add missing include to quic_parser.cpp
2 parents 2c666a4 + 53426f1 commit f993721

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/plugins/process/quic/src/quic_parser.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@
1313

1414
#include "quic_parser.hpp"
1515

16+
#include <algorithm>
17+
1618
#ifdef DEBUG_QUIC
1719
#define DEBUG_MSG(format, ...) fprintf(stderr, format, ##__VA_ARGS__)
1820
#else

0 commit comments

Comments
 (0)