mirror of
https://github.com/zeek/zeek.git
synced 2025-10-12 11: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
|
@ -8,6 +8,7 @@
|
|||
#pragma once
|
||||
|
||||
#include <unordered_map>
|
||||
#include <cstdint>
|
||||
|
||||
namespace notifier {
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue