mirror of
https://github.com/zeek/zeek.git
synced 2025-10-08 17:48:21 +00:00
Add missing header-includes to Reduce.h
This commit is contained in:
parent
2c8106295d
commit
f9e0b14d38
1 changed files with 3 additions and 0 deletions
|
@ -3,6 +3,9 @@
|
|||
#pragma once
|
||||
|
||||
#include "zeek/IntrusivePtr.h"
|
||||
#include "zeek/Scope.h"
|
||||
#include "zeek/Expr.h"
|
||||
#include "zeek/Stmt.h"
|
||||
|
||||
namespace zeek::detail {
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue