Skip to content

Commit

Permalink
Include qglobal.h before relying on Qt macro definitions
Browse files Browse the repository at this point in the history
Thanks to Clazy
  • Loading branch information
nyalldawson committed Aug 29, 2017
1 parent 2ebb5c0 commit cca964a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/providers/grass/qgsgrass.cpp
Expand Up @@ -14,6 +14,8 @@
* *
***************************************************************************/

#include <qglobal.h>

#ifdef _MSC_VER
// to avoid conflicting SF_UNKNOWN
#define _OLE2_H_
Expand Down

0 comments on commit cca964a

Please sign in to comment.