mirror of
https://github.com/zeek/zeek.git
synced 2025-10-10 10:38:20 +00:00
Add missing include to fix build on certain platforms
This commit is contained in:
parent
1f02bd5147
commit
3e16b5fde3
1 changed files with 3 additions and 0 deletions
|
@ -3,6 +3,9 @@
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
#include "zeek-config.h"
|
#include "zeek-config.h"
|
||||||
|
|
||||||
|
#include <functional>
|
||||||
|
|
||||||
#include "util.h"
|
#include "util.h"
|
||||||
#include "Tag.h"
|
#include "Tag.h"
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue