Index: head/mail/trojita/files/patch-git_8a2496c2 =================================================================== --- head/mail/trojita/files/patch-git_8a2496c2 (nonexistent) +++ head/mail/trojita/files/patch-git_8a2496c2 (revision 406859) @@ -0,0 +1,30 @@ +commit 8a2496c273f2b0034f0edcc525e4987938a86c50 +Author: Jan Kundrát +Date: Tue Mar 10 14:41:20 2015 +0100 + + Fix build with (unreleased) Qt 5.5 + + It is our fault for not including the headers we need, of course. + + Change-Id: Ibaa1df4a8b763bf6ae611c85cbdeeac5d2e3f9fd + +--- src/AbookAddressbook/AbookAddressbook.h ++++ src/AbookAddressbook/AbookAddressbook.h +@@ -25,6 +25,7 @@ + #ifndef ABOOK_ADDRESSBOOK + #define ABOOK_ADDRESSBOOK + ++#include + #include + #include "Gui/AbstractAddressbook.h" + +--- src/Imap/Model/MailboxMetadata.cpp ++++ src/Imap/Model/MailboxMetadata.cpp +@@ -20,6 +20,7 @@ + along with this program. If not, see . + */ + #include "MailboxMetadata.h" ++#include + + namespace Imap + { Property changes on: head/mail/trojita/files/patch-git_8a2496c2 ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property