diff options
author | Vincent Richard <[email protected]> | 2013-09-08 12:00:46 +0000 |
---|---|---|
committer | Vincent Richard <[email protected]> | 2013-09-08 12:00:46 +0000 |
commit | 524c4fd55d95ef0a780acf39f86bd32c432e32ca (patch) | |
tree | b5071393e1a7a440ddee3791a339c685770f1155 /src/net/pop3/POP3Command.cpp | |
parent | Fixed case in include file name. (diff) | |
download | vmime-524c4fd55d95ef0a780acf39f86bd32c432e32ca.tar.gz vmime-524c4fd55d95ef0a780acf39f86bd32c432e32ca.zip |
Added required includes for MSVC.
Diffstat (limited to 'src/net/pop3/POP3Command.cpp')
-rw-r--r-- | src/net/pop3/POP3Command.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/net/pop3/POP3Command.cpp b/src/net/pop3/POP3Command.cpp index 01589656..6c178891 100644 --- a/src/net/pop3/POP3Command.cpp +++ b/src/net/pop3/POP3Command.cpp @@ -29,6 +29,7 @@ #include "vmime/net/pop3/POP3Command.hpp" #include "vmime/net/pop3/POP3Connection.hpp" +#include "vmime/net/pop3/POP3Store.hpp" #include "vmime/net/socket.hpp" |