Fix build on MinGW

Issue introduced in 87ff0af425 .

Change-Id: Ifa9a7bd5af63b1462b4c2cf5e0715962bbcd74b4
Reviewed-by: Friedemann Kleint <Friedemann.Kleint@digia.com>
bb10
Konstantin Ritt 2013-09-08 23:00:32 +03:00 committed by The Qt Project
parent 560de9725d
commit daf0997844
1 changed files with 3 additions and 1 deletions

View File

@ -51,7 +51,9 @@
#else
# include <commctrl.h>
# include <objbase.h>
# include <commoncontrols.h>
# ifndef Q_CC_MINGW
# include <commoncontrols.h>
# endif
# include <shellapi.h>
#endif