diff options
| author | Vincent Richard <[email protected]> | 2012-12-17 16:02:08 +0000 |
|---|---|---|
| committer | Vincent Richard <[email protected]> | 2012-12-17 16:02:08 +0000 |
| commit | a63c0c5094c6ee3ecce273b618799ef91da78509 (patch) | |
| tree | acfa68023d7521afeca2be037a5fda60d32006c8 /src/platforms/windows/windowsSocket.cpp | |
| parent | More robust check for EOF in input stream. (diff) | |
| download | vmime-a63c0c5094c6ee3ecce273b618799ef91da78509.tar.gz vmime-a63c0c5094c6ee3ecce273b618799ef91da78509.zip | |
Misc fixes for Windows build (thanks to Mehmet Bozkurt).
Diffstat (limited to 'src/platforms/windows/windowsSocket.cpp')
| -rw-r--r-- | src/platforms/windows/windowsSocket.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/platforms/windows/windowsSocket.cpp b/src/platforms/windows/windowsSocket.cpp index abc16d70..72c5f0f6 100644 --- a/src/platforms/windows/windowsSocket.cpp +++ b/src/platforms/windows/windowsSocket.cpp @@ -33,6 +33,8 @@ #include "vmime/exception.hpp" +#include <ws2tcpip.h> + namespace vmime { namespace platforms { |
