diff options
author | Paul Young <paulyoungonline@gmail.com> | 2013-07-11 19:43:24 -0400 |
---|---|---|
committer | Paul Young <paulyoungonline@gmail.com> | 2013-07-11 19:43:24 -0400 |
commit | 9762e9def1d9fcc74cdf71da817e387920d40a66 (patch) | |
tree | 1e05b90879a7607321265d890a38eda384fc6e0c | |
parent | e8c623c017c4afe6e030cf836988a2d02adf8340 (diff) |
Added missing include.
-rw-r--r-- | src/objc/imap/MCOIMAPSession.mm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/objc/imap/MCOIMAPSession.mm b/src/objc/imap/MCOIMAPSession.mm index 2cbf59a2..728e597f 100644 --- a/src/objc/imap/MCOIMAPSession.mm +++ b/src/objc/imap/MCOIMAPSession.mm @@ -20,6 +20,8 @@ #import <MailCore/MCAsync.h> +#include "MCIMAPMessageRenderingOperation.h" + using namespace mailcore; |