Skip to content

Commit 4d05716

Browse files
author
Samuel Rødal
committed
Fix Windows compilation.
Don't take for granted that these are included... Task-number: QTBUG-14614 Reviewed-by: Bradley T. Hughes
1 parent a87dbf0 commit 4d05716

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

src/gui/painting/qpaintengine_raster.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@
4040
****************************************************************************/
4141

4242
#include <QtCore/qglobal.h>
43+
#include <QtCore/qmutex.h>
4344

4445
#define QT_FT_BEGIN_HEADER
4546
#define QT_FT_END_HEADER

tests/auto/qpainter/tst_qpainter.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@
4949
#include <qfontmetrics.h>
5050
#include <qbitmap.h>
5151
#include <qimage.h>
52+
#include <qthread.h>
5253
#include <limits.h>
5354
#if !defined(Q_OS_WINCE) && !defined(Q_OS_SYMBIAN)
5455
#include <qprinter.h>

0 commit comments

Comments
 (0)