hopefully final grass 6.4 fix

git-svn-id: http://svn.osgeo.org/qgis/trunk@9668 c8812cc2-4d05-0410-92ff-de0c093fc19c
This commit is contained in:
jef 2008-11-18 16:48:11 +00:00
parent 9568f00809
commit c6283fc60c
2 changed files with 2 additions and 0 deletions

View File

@ -45,6 +45,7 @@
extern "C"
{
#include <grass/Vect.h>
#include <grass/version.h>
}
static const QString pluginVersion = QObject::tr( "Version 0.1" );

View File

@ -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