summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoerg Bornemann <joerg.bornemann@trolltech.com>2009-08-20 11:26:11 (GMT)
committerJoerg Bornemann <joerg.bornemann@trolltech.com>2009-08-20 11:26:46 (GMT)
commit4460cced8935705a79ab6ebce9e57c46ed8969e1 (patch)
tree43f0983e5b582ce34c5b678cde2ce9df28406f69
parent80ce368eec04bea154846dbf0f3f333089a5a015 (diff)
downloadQt-4460cced8935705a79ab6ebce9e57c46ed8969e1.zip
Qt-4460cced8935705a79ab6ebce9e57c46ed8969e1.tar.gz
Qt-4460cced8935705a79ab6ebce9e57c46ed8969e1.tar.bz2
compile fix for Windows
Reviewed-by: TrustMe
-rw-r--r--src/network/kernel/qhostinfo_win.cpp1
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