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:
Tim Wojtulewicz 2025-06-11 13:18:36 -07:00
commit 2b8cb515b9
3 changed files with 6 additions and 1 deletions

View file

@ -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 8.0.0-dev.423 | 2025-06-11 11:12:18 -0700
* Remove some unused #includes from spicy code (Tim Wojtulewicz, Corelight) * Remove some unused #includes from spicy code (Tim Wojtulewicz, Corelight)

View file

@ -1 +1 @@
8.0.0-dev.423 8.0.0-dev.425

View file

@ -3,6 +3,7 @@
#pragma once #pragma once
#include <functional> #include <functional>
#include <memory>
#include "zeek/Tag.h" #include "zeek/Tag.h"
#include "zeek/plugin/Component.h" #include "zeek/plugin/Component.h"