mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 14:48:21 +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 <vector>
|
||||||
#include <map>
|
#include <map>
|
||||||
|
#include <cstdint>
|
||||||
|
|
||||||
// TODO: Anon.h may not be the right place to put these functions ...
|
// TODO: Anon.h may not be the right place to put these functions ...
|
||||||
|
|
||||||
|
|
|
@ -8,6 +8,7 @@
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
#include <unordered_map>
|
#include <unordered_map>
|
||||||
|
#include <cstdint>
|
||||||
|
|
||||||
namespace notifier {
|
namespace notifier {
|
||||||
|
|
||||||
|
|
|
@ -9,6 +9,7 @@
|
||||||
#include <assert.h>
|
#include <assert.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
#include <sys/types.h> // for u_char
|
#include <sys/types.h> // for u_char
|
||||||
|
#include <cstdint>
|
||||||
|
|
||||||
// Whenever subclassing the Reassembler class
|
// Whenever subclassing the Reassembler class
|
||||||
// you should add to this for known subclasses.
|
// you should add to this for known subclasses.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue