diff --git a/src/analyzer/protocol/imap/IMAP.h b/src/analyzer/protocol/imap/IMAP.h index a1f59e5010..e71770d360 100644 --- a/src/analyzer/protocol/imap/IMAP.h +++ b/src/analyzer/protocol/imap/IMAP.h @@ -3,6 +3,8 @@ #ifndef ANALYZER_PROTOCOL_IMAP_IMAP_H #define ANALYZER_PROTOCOL_IMAP_IMAP_H +// for std::transform +#include #include "analyzer/protocol/tcp/TCP.h" #include "imap_pac.h"