diff options
author | Vincent Richard <[email protected]> | 2013-02-11 08:37:32 +0000 |
---|---|---|
committer | Vincent Richard <[email protected]> | 2013-02-11 08:37:32 +0000 |
commit | b02e6ab6649709716f8ffa4f06e40f5eb74bcd60 (patch) | |
tree | acbd1e03c9cee52dc39db430bfdaa5026615bc93 | |
parent | Check for MLang on Windows platform. (diff) | |
download | vmime-b02e6ab6649709716f8ffa4f06e40f5eb74bcd60.tar.gz vmime-b02e6ab6649709716f8ffa4f06e40f5eb74bcd60.zip |
Added missing includes.
-rw-r--r-- | src/platforms/windows/windowsHandler.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/platforms/windows/windowsHandler.cpp b/src/platforms/windows/windowsHandler.cpp index b0e2c760..88ba786c 100644 --- a/src/platforms/windows/windowsHandler.cpp +++ b/src/platforms/windows/windowsHandler.cpp @@ -31,11 +31,14 @@ #include "vmime/platforms/windows/windowsCriticalSection.hpp" +#include "vmime/utility/stringUtils.hpp" + #include <time.h> #include <locale.h> #include <process.h> #include <windows.h> // for winnls.h #include <winsock2.h> // for WSAStartup() +#include <Ws2tcpip.h> #include <wincrypt.h> #if VMIME_HAVE_MLANG |