From 3e16b5fde357bf0b5295b6c57c040f1328417649 Mon Sep 17 00:00:00 2001 From: Tim Wojtulewicz Date: Mon, 2 Nov 2020 22:01:20 +0000 Subject: [PATCH] Add missing include to fix build on certain platforms --- src/packet_analysis/Component.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/packet_analysis/Component.h b/src/packet_analysis/Component.h index 1a93e4cc76..59ccb66515 100644 --- a/src/packet_analysis/Component.h +++ b/src/packet_analysis/Component.h @@ -3,6 +3,9 @@ #pragma once #include "zeek-config.h" + +#include + #include "util.h" #include "Tag.h"