From 451bc474075aa435e4d97496e32986b76b0f9baa Mon Sep 17 00:00:00 2001 From: Andreas Holzammer Date: Mon, 20 Feb 2012 18:38:52 +0100 Subject: [PATCH] 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 --- src/corelib/global/qlogging.cpp | 3 +++ 1 file changed, 3 insertions(+) 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 +#endif #include