diff --git a/CHANGES b/CHANGES index 122422befb..8fa530a79f 100644 --- a/CHANGES +++ b/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) diff --git a/VERSION b/VERSION index fc4fae5043..bd0fe0245d 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -8.0.0-dev.423 +8.0.0-dev.425 diff --git a/src/packet_analysis/Component.h b/src/packet_analysis/Component.h index 0e9ec2a0e5..fd837c9268 100644 --- a/src/packet_analysis/Component.h +++ b/src/packet_analysis/Component.h @@ -3,6 +3,7 @@ #pragma once #include +#include #include "zeek/Tag.h" #include "zeek/plugin/Component.h"