Fix missing windows includes for mingw

This commit is contained in:
xantares 2014-12-22 22:08:32 +01:00
parent d247e1cf05
commit bf929f9704
3 changed files with 5 additions and 1 deletions

View File

@ -19,6 +19,8 @@
#include <sstream>
#include <cstring>
#include "Poco/UnWindows.h"
#include <winsock2.h>
#include <wincrypt.h>
#include <iphlpapi.h>

View File

@ -21,6 +21,8 @@
#include <sstream>
#include <cstring>
#include "Poco/UnWindows.h"
#include <winsock2.h>
#include <wincrypt.h>
#include <iphlpapi.h>

View File

@ -30,6 +30,7 @@
#include "Poco/UnicodeConverter.h"
#endif
#include "Poco/Error.h"
#include <wincrypt.h>
#include <iphlpapi.h>
#include <ipifcons.h>
#endif
@ -37,7 +38,6 @@
#include <iostream>
#include <iomanip>
using Poco::NumberFormatter;
using Poco::FastMutex;
using Poco::format;