mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 14:48:21 +00:00
Merge remote-tracking branch 'origin/topic/timw/fix-master'
* origin/topic/timw/fix-master: Add missing #include to packet_analysis/Component.h
This commit is contained in:
commit
2b8cb515b9
3 changed files with 6 additions and 1 deletions
4
CHANGES
4
CHANGES
|
@ -1,3 +1,7 @@
|
|||
8.0.0-dev.425 | 2025-06-11 13:18:36 -0700
|
||||
|
||||
* Add missing #include to packet_analysis/Component.h (Tim Wojtulewicz, Corelight)
|
||||
|
||||
8.0.0-dev.423 | 2025-06-11 11:12:18 -0700
|
||||
|
||||
* Remove some unused #includes from spicy code (Tim Wojtulewicz, Corelight)
|
||||
|
|
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
|||
8.0.0-dev.423
|
||||
8.0.0-dev.425
|
||||
|
|
|
@ -3,6 +3,7 @@
|
|||
#pragma once
|
||||
|
||||
#include <functional>
|
||||
#include <memory>
|
||||
|
||||
#include "zeek/Tag.h"
|
||||
#include "zeek/plugin/Component.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue