mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00
Unbreak build on Fedora 32 (gcc 10.0.1)
It requires cstdint in a few more headers.
This commit is contained in:
parent
9babb7d39f
commit
695457fe44
3 changed files with 3 additions and 0 deletions
|
@ -12,6 +12,7 @@
|
|||
|
||||
#include <vector>
|
||||
#include <map>
|
||||
#include <cstdint>
|
||||
|
||||
// TODO: Anon.h may not be the right place to put these functions ...
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue