Skip to content

Commit

Permalink
hopefully final grass 6.4 fix
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.osgeo.org/qgis/trunk@9668 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
jef committed Nov 18, 2008
1 parent 9568f00 commit c6283fc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/plugins/grass/qgsgrassplugin.cpp
Expand Up @@ -45,6 +45,7 @@
extern "C"
{
#include <grass/Vect.h>
#include <grass/version.h>
}

static const QString pluginVersion = QObject::tr( "Version 0.1" );
Expand Down
1 change: 1 addition & 0 deletions src/providers/grass/qgsgrassprovider.cpp
Expand Up @@ -44,6 +44,7 @@ extern "C"
#include <grass/gis.h>
#include <grass/dbmi.h>
#include <grass/Vect.h>
#include <grass/version.h>
}

#ifdef _MSC_VER
Expand Down

0 comments on commit c6283fc

Please sign in to comment.