aboutsummaryrefslogtreecommitdiffstats
path: root/src/net/pop3/POP3Command.cpp
diff options
context:
space:
mode:
authorVincent Richard <[email protected]>2013-09-08 12:00:46 +0000
committerVincent Richard <[email protected]>2013-09-08 12:00:46 +0000
commit524c4fd55d95ef0a780acf39f86bd32c432e32ca (patch)
treeb5071393e1a7a440ddee3791a339c685770f1155 /src/net/pop3/POP3Command.cpp
parentFixed case in include file name. (diff)
downloadvmime-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.cpp1
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"