Skip to content

Commit 0e7b60e

Browse files
committed
fix build on debian squeeze
1 parent 915808d commit 0e7b60e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/analysis/raster/qgsninecellfilter.cpp

+1
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
#include "qgsninecellfilter.h"
1919
#include "cpl_string.h"
2020
#include <QProgressDialog>
21+
#include <QFile>
2122

2223
#if defined(GDAL_VERSION_NUM) && GDAL_VERSION_NUM >= 1800
2324
#define TO8F(x) (x).toUtf8().constData()

0 commit comments

Comments
 (0)