Commit b4c95d88 authored by Friedemann Kleint's avatar Friedemann Kleint
Browse files

qaxtypefunctions.h: Fix build with headersclean check.


Add missing include qt_windows.h, required for
qtbase/ 6668f5becfb8fcb6d10e42495c6ea5cdba2d15c5.

Change-Id: I8e9ea48e950b210579cfc523fafea84300aaca22
Reviewed-by: default avatarThiago Macieira <thiago.macieira@intel.com>
Reviewed-by: default avatarAndy Shaw <andy.shaw@digia.com>
parent 3fd3ffad
Branches
Tags
No related merge requests found
Showing with 1 addition and 3 deletions
...@@ -40,9 +40,7 @@ ...@@ -40,9 +40,7 @@
#ifndef QAXTYPEFUNCTIONS_P_H #ifndef QAXTYPEFUNCTIONS_P_H
#define QAXTYPEFUNCTIONS_P_H #define QAXTYPEFUNCTIONS_P_H
#if !defined(_WINDOWS_) && !defined(_WINDOWS_H) && !defined(__WINDOWS__) #include <QtCore/qt_windows.h>
#error Must include windows.h first!
#endif
#include <QtGui/qcolor.h> #include <QtGui/qcolor.h>
#include <QtGui/qfont.h> #include <QtGui/qfont.h>
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment