[QGIS Commit] r9720 - branches/Release-0_11_0/src/plugins/grass

svn_qgis at osgeo.org svn_qgis at osgeo.org
Sat Nov 29 16:25:35 EST 2008


Author: jef
Date: 2008-11-29 16:25:34 -0500 (Sat, 29 Nov 2008)
New Revision: 9720

Modified:
   branches/Release-0_11_0/src/plugins/grass/qgsgrassplugin.cpp
Log:
grass 6.4 fix

Modified: branches/Release-0_11_0/src/plugins/grass/qgsgrassplugin.cpp
===================================================================
--- branches/Release-0_11_0/src/plugins/grass/qgsgrassplugin.cpp	2008-11-29 18:14:35 UTC (rev 9719)
+++ branches/Release-0_11_0/src/plugins/grass/qgsgrassplugin.cpp	2008-11-29 21:25:34 UTC (rev 9720)
@@ -52,6 +52,7 @@
 extern "C" {
 #include <grass/gis.h>
 #include <grass/Vect.h>
+#include <grass/version.h>
 }
 
 #include "qgsgrassplugin.h"
@@ -496,7 +497,7 @@
     return;
   }
 
-#if defined(GRASS_VERSION_MAJOR) && defined(GRASS_VERSION_MINOR) && \ 
+#if defined(GRASS_VERSION_MAJOR) && defined(GRASS_VERSION_MINOR) && \
     ( ( GRASS_VERSION_MAJOR == 6 && GRASS_VERSION_MINOR >= 4 ) || GRASS_VERSION_MAJOR > 6 )
   Vect_build ( &Map );
 #else



More information about the QGIS-commit mailing list