Skip to content

Commit f7828e6

Browse files
author
jef
committed
fix compile error on windows
git-svn-id: http://svn.osgeo.org/qgis/trunk@9289 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent 034dd53 commit f7828e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/providers/grass/qgsgrass.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
#include "qgsgrass.h"
1919

2020
#include "qgslogger.h"
21+
#include "qgsapplication.h"
2122

2223
#include <QFileDialog>
2324
#include <QMessageBox>
@@ -110,7 +111,6 @@ void GRASS_EXPORT QgsGrass::init( void )
110111
// Use the applicationDirPath()/grass
111112
gisBase = getShortPath( QCoreApplication::applicationDirPath() + "/grass" );
112113
QgsDebugMsg( QString( "GRASS gisBase = %1" ).arg( gisBase ) );
113-
114114
#else
115115
// Use the location specified --with-grass during configure
116116
gisBase = GRASS_BASE;

0 commit comments

Comments
 (0)