From c9ff8d0312ccf00f9af84f863ffd7e81a13f41b6 Mon Sep 17 00:00:00 2001 From: Arne Welzel Date: Fri, 30 Aug 2024 14:11:17 +0200 Subject: [PATCH] script_opt/ZAM/IterInfo.h: Add missing Dict.h dependency Triggered when trying to remove some other includes elsewhere. --- src/script_opt/ZAM/IterInfo.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/script_opt/ZAM/IterInfo.h b/src/script_opt/ZAM/IterInfo.h index 061c680edc..cc2678d235 100644 --- a/src/script_opt/ZAM/IterInfo.h +++ b/src/script_opt/ZAM/IterInfo.h @@ -4,6 +4,7 @@ #pragma once +#include "zeek/Dict.h" #include "zeek/Val.h" #include "zeek/ZeekString.h" #include "zeek/script_opt/ZAM/ZInst.h"