Added missing includes.

This commit is contained in:
Vincent Richard 2013-02-11 09:37:32 +01:00
parent ddf3cff495
commit b02e6ab664

View File

@ -31,11 +31,14 @@
#include "vmime/platforms/windows/windowsCriticalSection.hpp" #include "vmime/platforms/windows/windowsCriticalSection.hpp"
#include "vmime/utility/stringUtils.hpp"
#include <time.h> #include <time.h>
#include <locale.h> #include <locale.h>
#include <process.h> #include <process.h>
#include <windows.h> // for winnls.h #include <windows.h> // for winnls.h
#include <winsock2.h> // for WSAStartup() #include <winsock2.h> // for WSAStartup()
#include <Ws2tcpip.h>
#include <wincrypt.h> #include <wincrypt.h>
#if VMIME_HAVE_MLANG #if VMIME_HAVE_MLANG