summaryrefslogtreecommitdiffstats
path: root/src/corelib/global/qlogging.cpp
diff options
context:
space:
mode:
authorAndreas Holzammer <andreas.holzammer@kdab.com>2012-02-20 18:38:52 +0100
committerQt by Nokia <qt-info@nokia.com>2012-02-20 19:52:57 +0100
commit451bc474075aa435e4d97496e32986b76b0f9baa (patch)
treebf0a82473e642043f06eeb1eb978bff96ed8e713 /src/corelib/global/qlogging.cpp
parenta0587f79e55e6291f302be5f62fc2ce22da08e91 (diff)
Include qt_windows.h for Windows CE.
The include is needed for OutputDebugString, as it is defined in winbase.h. To include use the centralized header. Change-Id: I486da20d7b054cee352be085e65a0ede1394653d Reviewed-by: Friedemann Kleint <Friedemann.Kleint@nokia.com>
Diffstat (limited to 'src/corelib/global/qlogging.cpp')
-rw-r--r--src/corelib/global/qlogging.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/corelib/global/qlogging.cpp b/src/corelib/global/qlogging.cpp
index 77c147bc54..badccc947d 100644
--- a/src/corelib/global/qlogging.cpp
+++ b/src/corelib/global/qlogging.cpp
@@ -49,6 +49,9 @@
#include "qcoreapplication.h"
#include "qthread.h"
#endif
+#ifdef Q_OS_WINCE
+#include <qt_windows.h>
+#endif
#include <stdio.h>