diff options
| author | Jeremy Lainé <jeremy.laine@m4x.org> | 2012-02-07 10:04:57 +0000 |
|---|---|---|
| committer | Jeremy Lainé <jeremy.laine@m4x.org> | 2012-02-07 10:04:57 +0000 |
| commit | 8f84970ae79d0f3827e6f6a441b769b52948b1b4 (patch) | |
| tree | 739091613f7775f5041952c71fc97cd6f39c29d5 /src/qdnslookup_win.cpp | |
| parent | 8ba49d951bc9b3de467cc2766f9130441099748c (diff) | |
| download | qxmpp-8f84970ae79d0f3827e6f6a441b769b52948b1b4.tar.gz | |
explicitly include winsock2.h
Diffstat (limited to 'src/qdnslookup_win.cpp')
| -rw-r--r-- | src/qdnslookup_win.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/qdnslookup_win.cpp b/src/qdnslookup_win.cpp index e7fe91bf..87d6955a 100644 --- a/src/qdnslookup_win.cpp +++ b/src/qdnslookup_win.cpp @@ -47,6 +47,7 @@ #include <windows.h> #include <windns.h> +#include <winsock2.h> QT_BEGIN_NAMESPACE |
