mirror of
https://github.com/zeek/zeek.git
synced 2025-10-12 19:48:20 +00:00
IMAP: add c++11 header file that gcc complains about.
This commit is contained in:
parent
124126cabc
commit
59573bad33
1 changed files with 2 additions and 0 deletions
|
@ -3,6 +3,8 @@
|
||||||
#ifndef ANALYZER_PROTOCOL_IMAP_IMAP_H
|
#ifndef ANALYZER_PROTOCOL_IMAP_IMAP_H
|
||||||
#define ANALYZER_PROTOCOL_IMAP_IMAP_H
|
#define ANALYZER_PROTOCOL_IMAP_IMAP_H
|
||||||
|
|
||||||
|
// for std::transform
|
||||||
|
#include <algorithm>
|
||||||
#include "analyzer/protocol/tcp/TCP.h"
|
#include "analyzer/protocol/tcp/TCP.h"
|
||||||
|
|
||||||
#include "imap_pac.h"
|
#include "imap_pac.h"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue