mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00
Add missing header to allow std::sort() on GCC 15.1
This commit is contained in:
parent
42a2a19f28
commit
1dc7d1f124
1 changed files with 1 additions and 0 deletions
|
@ -5,6 +5,7 @@
|
|||
#include "zeek/DebugLogger.h"
|
||||
|
||||
#include <unistd.h>
|
||||
#include <algorithm>
|
||||
#include <cstdlib>
|
||||
|
||||
#include "zeek/RunState.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue