Skip to content

Commit c6283fc

Browse files
author
jef
committedNov 18, 2008
hopefully final grass 6.4 fix
git-svn-id: http://svn.osgeo.org/qgis/trunk@9668 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent 9568f00 commit c6283fc

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed
 

‎src/plugins/grass/qgsgrassplugin.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@
4545
extern "C"
4646
{
4747
#include <grass/Vect.h>
48+
#include <grass/version.h>
4849
}
4950

5051
static const QString pluginVersion = QObject::tr( "Version 0.1" );

‎src/providers/grass/qgsgrassprovider.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ extern "C"
4444
#include <grass/gis.h>
4545
#include <grass/dbmi.h>
4646
#include <grass/Vect.h>
47+
#include <grass/version.h>
4748
}
4849

4950
#ifdef _MSC_VER

0 commit comments

Comments
 (0)
Please sign in to comment.