Fix some missing #includes resulting from removal of ghc::filesystem

This commit is contained in:
Tim Wojtulewicz 2025-07-10 16:28:40 -07:00
parent 770bc0491e
commit 1f87382302
14 changed files with 24 additions and 0 deletions

View file

@ -2,6 +2,8 @@
#include "zeek/plugin/Plugin.h"
#include <algorithm>
#include "zeek/Val.h"
#include "zeek/analyzer/Component.h"
#include "zeek/analyzer/protocol/conn-size/ConnSize.h"

View file

@ -1,3 +1,7 @@
%extern{
#include <algorithm>
%}
refine connection IMAP_Conn += {
%member{