Skip to content

Commit 53426f1

Browse files
author
Pavel Siska
committed
Quic: add missing include to quic_parser.cpp
1 parent 2c666a4 commit 53426f1

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)