diff options
author | Vincent Richard <[email protected]> | 2005-10-13 10:55:17 +0000 |
---|---|---|
committer | Vincent Richard <[email protected]> | 2005-10-13 10:55:17 +0000 |
commit | 004bb1ac966f2c135332aa0f46e2427669c2090a (patch) | |
tree | be57e79bea1b04dce076148250721a0220ed8b2e | |
parent | Replaced undefined 'ssize_t' with 'int'. (diff) | |
download | vmime-004bb1ac966f2c135332aa0f46e2427669c2090a.tar.gz vmime-004bb1ac966f2c135332aa0f46e2427669c2090a.zip |
Missing include for MSVC.
-rw-r--r-- | vmime/net/imap/IMAPStore.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vmime/net/imap/IMAPStore.hpp b/vmime/net/imap/IMAPStore.hpp index dcd2099b..26810b9d 100644 --- a/vmime/net/imap/IMAPStore.hpp +++ b/vmime/net/imap/IMAPStore.hpp @@ -32,6 +32,7 @@ #include "vmime/net/folder.hpp" #include "vmime/net/imap/IMAPServiceInfos.hpp" +#include "vmime/net/imap/IMAPConnection.hpp" namespace vmime { @@ -41,7 +42,6 @@ namespace imap { class IMAPParser; class IMAPTag; -class IMAPConnection; class IMAPFolder; |