Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Add missing declaration
  • Loading branch information
m-kuhn committed Sep 4, 2018
1 parent 907fe38 commit cf5523f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/providers/grass/qgsgrass.cpp
Expand Up @@ -55,6 +55,7 @@
#include <QHash>
#include <QTextCodec>


extern "C"
{
#ifndef Q_OS_WIN
Expand Down
1 change: 1 addition & 0 deletions src/providers/grass/qgsgrass.h
Expand Up @@ -45,6 +45,7 @@ extern "C"
#include "qgis_grass_lib.h"
class QgsCoordinateReferenceSystem;
class QgsRectangle;
class QgsAttributes;

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

0 comments on commit cf5523f

Please sign in to comment.