Skip to content

Commit cca964a

Browse files
committed
Include qglobal.h before relying on Qt macro definitions
Thanks to Clazy
1 parent 2ebb5c0 commit cca964a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/providers/grass/qgsgrass.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@
1414
* *
1515
***************************************************************************/
1616

17+
#include <qglobal.h>
18+
1719
#ifdef _MSC_VER
1820
// to avoid conflicting SF_UNKNOWN
1921
#define _OLE2_H_

0 commit comments

Comments
 (0)