summaryrefslogtreecommitdiffstats
path: root/src/3rdparty
diff options
context:
space:
mode:
authorOliver Gutbrod <ext-oliver.gutbrod@nokia.com>2010-10-20 12:04:28 (GMT)
committerOliver Gutbrod <ext-oliver.gutbrod@nokia.com>2010-10-20 12:34:39 (GMT)
commitd493a575565f5ccbe755a95df60f657d0a384f6c (patch)
tree43962d8c84b6008dcf2c4489408ad1303c2a6365 /src/3rdparty
parentde7963fb4aff704b7ee5fb0bcecdec8abc228cdb (diff)
downloadQt-d493a575565f5ccbe755a95df60f657d0a384f6c.zip
Qt-d493a575565f5ccbe755a95df60f657d0a384f6c.tar.gz
Qt-d493a575565f5ccbe755a95df60f657d0a384f6c.tar.bz2
windef.h needs to be include before types.h for Windows Embedded 7
Reviewed-by: Joerg Bornemann <joerg.bornemann@nokia.com>
Diffstat (limited to 'src/3rdparty')
-rw-r--r--src/3rdparty/md5/md5.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/3rdparty/md5/md5.cpp b/src/3rdparty/md5/md5.cpp
index f32903c..ac296b5 100644
--- a/src/3rdparty/md5/md5.cpp
+++ b/src/3rdparty/md5/md5.cpp
@@ -24,6 +24,7 @@
#ifndef _WIN32_WCE
#include <sys/types.h> /* for stupid systems */
#else
+#include <windef.h>
#include <types.h>
#endif