Skip to content

Commit cf5523f

Browse files
committedSep 4, 2018
Add missing declaration
1 parent 907fe38 commit cf5523f

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed
 

‎src/providers/grass/qgsgrass.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@
5555
#include <QHash>
5656
#include <QTextCodec>
5757

58+
5859
extern "C"
5960
{
6061
#ifndef Q_OS_WIN

‎src/providers/grass/qgsgrass.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ extern "C"
4545
#include "qgis_grass_lib.h"
4646
class QgsCoordinateReferenceSystem;
4747
class QgsRectangle;
48+
class QgsAttributes;
4849

4950
// Make the release string because it may be for example 0beta1
5051
#define STR(x) #x

0 commit comments

Comments
 (0)
Please sign in to comment.