From f7828e68e1590ab14b6474672e9939362451c98e Mon Sep 17 00:00:00 2001 From: jef Date: Wed, 10 Sep 2008 16:29:10 +0000 Subject: [PATCH] fix compile error on windows git-svn-id: http://svn.osgeo.org/qgis/trunk@9289 c8812cc2-4d05-0410-92ff-de0c093fc19c --- src/providers/grass/qgsgrass.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/providers/grass/qgsgrass.cpp b/src/providers/grass/qgsgrass.cpp index 8d0565a7040..a9285937e95 100644 --- a/src/providers/grass/qgsgrass.cpp +++ b/src/providers/grass/qgsgrass.cpp @@ -18,6 +18,7 @@ #include "qgsgrass.h" #include "qgslogger.h" +#include "qgsapplication.h" #include #include @@ -110,7 +111,6 @@ void GRASS_EXPORT QgsGrass::init( void ) // Use the applicationDirPath()/grass gisBase = getShortPath( QCoreApplication::applicationDirPath() + "/grass" ); QgsDebugMsg( QString( "GRASS gisBase = %1" ).arg( gisBase ) ); - #else // Use the location specified --with-grass during configure gisBase = GRASS_BASE;