We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d247e1c commit bf929f9Copy full SHA for bf929f9
3 files changed
Foundation/src/Environment_WIN32.cpp
@@ -19,6 +19,8 @@
19
#include <sstream>
20
#include <cstring>
21
#include "Poco/UnWindows.h"
22
+#include <winsock2.h>
23
+#include <wincrypt.h>
24
#include <iphlpapi.h>
25
26
Foundation/src/Environment_WIN32U.cpp
@@ -21,6 +21,8 @@
27
28
Net/src/NetworkInterface.cpp
@@ -30,14 +30,14 @@
30
#include "Poco/UnicodeConverter.h"
31
#endif
32
#include "Poco/Error.h"
33
+ #include <wincrypt.h>
34
35
#include <ipifcons.h>
36
37
38
#include <iostream>
39
#include <iomanip>
40
-
41
using Poco::NumberFormatter;
42
using Poco::FastMutex;
43
using Poco::format;
0 commit comments