diff options
author | Joerg Bornemann <joerg.bornemann@trolltech.com> | 2009-08-20 11:26:11 (GMT) |
---|---|---|
committer | Joerg Bornemann <joerg.bornemann@trolltech.com> | 2009-08-20 11:26:46 (GMT) |
commit | 4460cced8935705a79ab6ebce9e57c46ed8969e1 (patch) | |
tree | 43f0983e5b582ce34c5b678cde2ce9df28406f69 /src/network | |
parent | 80ce368eec04bea154846dbf0f3f333089a5a015 (diff) | |
download | Qt-4460cced8935705a79ab6ebce9e57c46ed8969e1.zip Qt-4460cced8935705a79ab6ebce9e57c46ed8969e1.tar.gz Qt-4460cced8935705a79ab6ebce9e57c46ed8969e1.tar.bz2 |
compile fix for Windows
Reviewed-by: TrustMe
Diffstat (limited to 'src/network')
-rw-r--r-- | src/network/kernel/qhostinfo_win.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/network/kernel/qhostinfo_win.cpp b/src/network/kernel/qhostinfo_win.cpp index 8fd3a3f..c5dc2d2 100644 --- a/src/network/kernel/qhostinfo_win.cpp +++ b/src/network/kernel/qhostinfo_win.cpp @@ -52,6 +52,7 @@ #include <qlibrary.h> #include <qtimer.h> #include <qmutex.h> +#include <qurl.h> #include <private/qmutexpool_p.h> QT_BEGIN_NAMESPACE |